154
154
plugin::StorageEngine *engine= NULL;
155
155
message::Table table_proto;
159
159
if (plugin::StorageEngine::getTableDefinition(*session, old_identifier, table_proto) != EEXIST)
161
my_error(ER_NO_SUCH_TABLE, MYF(0), ren_table->db, old_alias);
161
my_error(ER_NO_SUCH_TABLE, MYF(0), ren_table->getSchemaName(), old_alias);