164
164
StorageEngine *engine= NULL;
166
if (ha_table_exists_in_engine(session, ren_table->db, old_alias, &engine)
169
174
my_error(ER_NO_SUCH_TABLE, MYF(0), ren_table->db, old_alias);
176
185
my_error(ER_TABLE_EXISTS_ERROR, MYF(0), new_alias);
177
186
return(1); // This can't be skipped