mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.orig
This commit is contained in:
commit
712570430d
1 changed files with 1 additions and 1 deletions
|
@ -1391,7 +1391,7 @@ int mysqld_show_charsets(THD *thd, const char *wild)
|
|||
net_store_data(&packet2,convert,cs->name);
|
||||
net_store_data(&packet2,(uint32) cs->number);
|
||||
net_store_data(&packet2,(uint32) cs->strxfrm_multiply);
|
||||
net_store_data(&packet2,(uint32) cs->mbmaxlen);
|
||||
net_store_data(&packet2,(uint32) cs->mbmaxlen ? cs->mbmaxlen : 1);
|
||||
|
||||
if (my_net_write(&thd->net, (char*) packet2.ptr(),packet2.length()))
|
||||
goto err;
|
||||
|
|
Loading…
Add table
Reference in a new issue