1
0
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:
bar@bar.mysql.r18.ru
2003-06-03 14:59:17 +05:00
parent 7342852dd9
commit 759214fa41
16 changed files with 36 additions and 36 deletions

View File

@ -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;
}