33
33
TableList *first_table= (TableList *) session->lex->select_lex.table_list.first;
34
34
TableList *all_tables= session->lex->query_tables;
36
/* Chicken/Egg... we need to search for the table, to know if the table exists, so we can build a full identifier from it */
40
if (plugin::StorageEngine::getTableDefinition(*session, identifier, original_table_message) != EEXIST)
48
36
CREATE INDEX and DROP INDEX are implemented by calling ALTER
49
37
TABLE with proper arguments.