30
30
bool statement::Analyze::execute()
34
34
assert(first_table == all_tables && first_table != 0);
36
36
bool res= analyze_table(getSession(), first_table, &check_opt);
37
37
/* ! we write after unlocking the table */
38
38
write_bin_log(getSession(), *getSession()->getQueryString());
39
39
select_lex->table_list.first= (unsigned char*) first_table;