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:
@ -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;
|
||||
|
Reference in New Issue
Block a user