diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 695e923e816..3104f77d013 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -650,7 +650,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;