Commit 128772ba authored by anozdrin/alik@station.'s avatar anozdrin/alik@station.
Browse files

Fix compilation warning.

parent 7ec30183
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;