Commit 2f946efd authored by davi@moksha.com.br's avatar davi@moksha.com.br

Mismerge broken 5.1-runtime compilation because do_command was defined

static but it's still used by another compilation unit.

Remove static qualifier from do_command definition.
parent 842a11ac
......@@ -650,7 +650,7 @@ int end_trans(THD *thd, enum enum_mysql_completiontype completion)
1 request of thread shutdown (see dispatch_command() description)
*/
static bool do_command(THD *thd)
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