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