Commit fd0a6799 authored by unknown's avatar unknown

Fix compilation warning.

parent 7ac3645a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment