Commit aef137bc authored by unknown's avatar unknown
Browse files

sql_parse.cc:

  Fix compiler complaint.


sql/sql_parse.cc:
  Fix compiler complaint.
parent 97e6e780
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2781,7 +2781,7 @@ mysql_execute_command(THD *thd)
    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,