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

@ -623,7 +623,7 @@ check_connections(THD *thd)
memcpy(end,thd->scramble,SCRAMBLE_LENGTH+1);
end+=SCRAMBLE_LENGTH +1;
int2store(end,client_flags);
end[2]=(char) MY_CHARSET_CURRENT;
end[2]=(char) default_charset_info->number;
int2store(end+3,thd->server_status);
bzero(end+5,13);
end+=18;