35
35
Select_Lex *select_lex= &session->lex->select_lex;
36
36
bool res= mysql_analyze_table(session, first_table, &check_opt);
37
37
/* ! we write after unlocking the table */
39
39
select_lex->table_list.first= (unsigned char*) first_table;
40
40
session->lex->query_tables= all_tables;