mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-19897 Rename source code variable names from utf8 to utf8mb3
This commit is contained in:
@ -31,7 +31,7 @@ static const char **error_messages[1]= { error_messages_txt };
|
||||
|
||||
int setup()
|
||||
{
|
||||
system_charset_info = &my_charset_utf8_bin;
|
||||
system_charset_info = &my_charset_utf8mb3_bin;
|
||||
my_default_lc_messages = &my_locale_en_US;
|
||||
|
||||
/* Populate the necessary error messages */
|
||||
|
Reference in New Issue
Block a user