Commit 9f245df8 authored by unknown's avatar unknown

Post-merge fix to silence compiler warning.


sql/sql_prepare.cc:
  Removed unused variable.
parent 315665cf
...@@ -1528,7 +1528,6 @@ static bool mysql_test_create_view(Prepared_statement *stmt) ...@@ -1528,7 +1528,6 @@ static bool mysql_test_create_view(Prepared_statement *stmt)
DBUG_ENTER("mysql_test_create_view"); DBUG_ENTER("mysql_test_create_view");
THD *thd= stmt->thd; THD *thd= stmt->thd;
LEX *lex= stmt->lex; LEX *lex= stmt->lex;
SELECT_LEX *select_lex= &lex->select_lex;
bool res= TRUE; bool res= TRUE;
/* Skip first table, which is the view we are creating */ /* Skip first table, which is the view we are creating */
bool link_to_local; bool link_to_local;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment