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 original_table_message;
40
40
if (plugin::StorageEngine::getTableDefinition(*session, identifier, original_table_message) != EEXIST)
42
42
my_error(ER_BAD_TABLE_ERROR, MYF(0), identifier.getSQLPath().c_str());