64
63
res= insert_select_prepare(&session());
67
sel_result= new select_insert(first_table, first_table->table, &lex().field_list, &lex().update_list,&lex().value_list,
66
select_result* sel_result= new select_insert(first_table, first_table->table, &lex().field_list, &lex().update_list,&lex().value_list, lex().duplicates, lex().ignore);
69
67
res= handle_select(&session(), &lex(), sel_result, OPTION_SETUP_TABLES_DONE);
71
69
Invalidate the table in the query cache if something changed