From 28ca0e8943b2bb1c36cd154d46cea57b964df97a Mon Sep 17 00:00:00 2001 From: "gshchepa/uchum@gleb.loc" <> Date: Thu, 6 Sep 2007 21:56:46 +0500 Subject: [PATCH] sql_parse.cc: Post-merge fix. --- sql/sql_parse.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index a3703dc78df..1b6e179aa09 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -1003,7 +1003,6 @@ bool dispatch_command(enum enum_server_command command, THD *thd, /* Locked closure of all tables */ TABLE_LIST table_list; LEX_STRING conv_name; - size_t dummy; /* used as fields initializator */ lex_start(thd);