62
62
select_lex->context.table_list=
63
63
select_lex->context.first_name_resolution_table= second_table;
64
64
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,
69
res= handle_select(&session(), &lex(), sel_result, OPTION_SETUP_TABLES_DONE);
78
71
Invalidate the table in the query cache if something changed
79
72
after unlocking when changes become visible.