mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Post-merge fix to silence compiler warning.
sql/sql_prepare.cc: Removed unused variable.
This commit is contained in:
parent
315665cf67
commit
9f245df853
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue