Skip to content

Commit e9a2c9e

Browse files
kamipomariadb-RuchaDeodhar
authored andcommitted
Fix typo utf8m4 -> utf8mb4
1 parent 10784a2 commit e9a2c9e

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
@@ -536,7 +536,7 @@ static unsigned int check_mb_gb18030_valid(const char * start, const char * end)
536536
/* }}} */
537537

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

0 commit comments

Comments
 (0)