Skip to content

Commit 54cdb25

Browse files
kamipoLeonidVas
authored andcommitted
Fix typo utf8m4 -> utf8mb4
(cherry picked from commit e9a2c9e)
1 parent a9de6a1 commit 54cdb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmariadb/ma_charset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ static unsigned int check_mb_gb18030_valid(const char * start, const char * end)
534534
/* }}} */
535535

536536
/*
537-
The server compiles sometimes the full utf-8 (the mb4) as utf8m4, and the old as utf8,
537+
The server compiles sometimes the full utf-8 (the mb4) as utf8mb4, and the old as utf8,
538538
for BC reasons. Sometimes, utf8mb4 is just utf8 but the old charsets are utf8mb3.
539539
Change easily now, with a macro, could be made compilastion dependable.
540540
*/

0 commit comments

Comments
 (0)