Browse Source

Fix compilation warning.

pull/73/head
anozdrin/alik@station. 18 years ago
parent
commit
128772ba1f
  1. 2
      sql/sql_parse.cc

2
sql/sql_parse.cc

@ -1527,7 +1527,7 @@ int end_trans(THD *thd, enum enum_mysql_completiontype completion)
1 request of thread shutdown (see dispatch_command() description)
*/
bool do_command(THD *thd)
static bool do_command(THD *thd)
{
char *packet= 0;
ulong packet_length;

Loading…
Cancel
Save