mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
sql_parse.cc:
Fix compiler complaint.
This commit is contained in:
parent
7640c63d26
commit
a32790ca05
1 changed files with 1 additions and 1 deletions
|
@ -2781,7 +2781,7 @@ unsent_create_error:
|
|||
TABLE *table= tables->table;
|
||||
/* Skip first table, which is the table we are inserting in */
|
||||
tables= (TABLE_LIST *)
|
||||
lex->select_lex.table_list.first= (byte*) first_local_table->next;
|
||||
(lex->select_lex.table_list.first= (byte*) first_local_table->next);
|
||||
first_local_table->next= 0;
|
||||
|
||||
if (!(res= mysql_prepare_insert(thd, tables, first_local_table,
|
||||
|
|
Loading…
Add table
Reference in a new issue