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 */
37
37
message::table::shared_ptr original_table_message;
40
40
if (plugin::StorageEngine::getTableDefinition(*session, identifier, original_table_message) != EEXIST)