1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

moving fix elsewhere ...

sql/sql_show.cc:
  moving a fix to 4.1.
This commit is contained in:
unknown
2002-12-02 15:12:56 +02:00
parent e462abe648
commit 0df9ecc32b

View File

@ -1145,7 +1145,7 @@ int mysqld_show(THD *thd, const char *wild, show_var_st *variables)
switch (variables[i].type){
case SHOW_LONG:
case SHOW_LONG_CONST:
net_store_data(&packet2,(longlong) *(ulong*) variables[i].value);
net_store_data(&packet2,(int32) *(ulong*) variables[i].value);
break;
case SHOW_BOOL:
net_store_data(&packet2,(ulong) *(bool*) variables[i].value ?