34
33
TableList *all_tables= lex().query_tables;
35
34
assert(first_table == all_tables && first_table != 0);
36
35
Select_Lex *select_lex= &lex().select_lex;
38
37
select_lex->table_list.first= (unsigned char*) first_table;
39
38
lex().query_tables=all_tables;