mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now)
Some default_charset_info were removed
This commit is contained in:
@ -98,7 +98,7 @@ int run_test(const char *filename)
|
||||
keyinfo[0].seg[i].length=key_length;
|
||||
keyinfo[0].seg[i].null_bit= null_fields ? 2 : 0;
|
||||
keyinfo[0].seg[i].null_pos=0;
|
||||
keyinfo[0].seg[i].language=MY_CHARSET_CURRENT;
|
||||
keyinfo[0].seg[i].language=default_charset_info->number;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user