sql_parse.cc:

  Fix compiler complaint.
parent 7640c63d
...@@ -2781,7 +2781,7 @@ mysql_execute_command(THD *thd) ...@@ -2781,7 +2781,7 @@ mysql_execute_command(THD *thd)
TABLE *table= tables->table; TABLE *table= tables->table;
/* Skip first table, which is the table we are inserting in */ /* Skip first table, which is the table we are inserting in */
tables= (TABLE_LIST *) 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; first_local_table->next= 0;
if (!(res= mysql_prepare_insert(thd, tables, first_local_table, if (!(res= mysql_prepare_insert(thd, tables, first_local_table,
......
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