From 28cfe06a1e17d54aac8a57a1cf8938e9dd78038f Mon Sep 17 00:00:00 2001 From: "davi@buzz.(none)" <> Date: Thu, 21 Feb 2008 19:28:25 -0200 Subject: [PATCH] Post-merge fix to silence compiler warning. --- sql/sql_prepare.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index 4972b259693..18cfd8d7dfc 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -1528,7 +1528,6 @@ static bool mysql_test_create_view(Prepared_statement *stmt) DBUG_ENTER("mysql_test_create_view"); THD *thd= stmt->thd; LEX *lex= stmt->lex; - SELECT_LEX *select_lex= &lex->select_lex; bool res= TRUE; /* Skip first table, which is the view we are creating */ bool link_to_local;