Fix compilation warning.

This commit is contained in:
unknown 2007-10-08 17:09:28 +04:00
parent 7ac3645abd
commit fd0a679960

View file

@ -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;