107
107
/* Chicken/Egg... we need to search for the table, to know if the table exists, so we can build a full identifier from it */
108
108
message::Table original_table_message;
111
111
if (plugin::StorageEngine::getTableDefinition(*session, identifier, original_table_message) != EEXIST)
113
113
my_error(ER_BAD_TABLE_ERROR, MYF(0), identifier.getSQLPath().c_str());