34
34
TableList *all_tables= session->lex->query_tables;
36
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 */
39
39
TableIdentifier identifier(first_table->getSchemaName(), first_table->getTableName());
40
40
if (plugin::StorageEngine::getTableDefinition(*session, identifier, original_table_message) != EEXIST)