Commit ae8c3e13 authored by unknown's avatar unknown
Browse files

Fix -ansi -pedantic compilation failure.

parent 65410bd0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2780,8 +2780,8 @@ 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;
    tables= (TABLE_LIST *) lex->select_lex.table_list.first;
    first_local_table->next= 0;
    
    if (!(res= mysql_prepare_insert(thd, tables, first_local_table,