109
109
/* Chicken/Egg... we need to search for the table, to know if the table exists, so we can build a full identifier from it */
112
112
TableIdentifier identifier(first_table->getSchemaName(), first_table->getTableName());
113
113
if (plugin::StorageEngine::getTableDefinition(*session, identifier, original_table_message) != EEXIST)