157
158
length= build_table_filename(path, sizeof(path),
158
159
ren_table->db, old_alias, false);
160
if (plugin::StorageEngine::getTableDefinition(*session, path, ren_table->db, old_alias, false, &table_proto) != EEXIST)
162
163
my_error(ER_NO_SUCH_TABLE, MYF(0), ren_table->db, old_alias);