1627
1625
const identifier::Table &from,
1628
1626
const identifier::Table &to)
1634
1628
if (not plugin::StorageEngine::doesSchemaExist(to))
1636
1630
my_error(ER_NO_DB_ERROR, MYF(0), to.getSchemaName().c_str());
1642
1635
if (error == HA_ERR_WRONG_COMMAND)
1644
1636
my_error(ER_NOT_SUPPORTED_YET, MYF(0), "ALTER Table");
1657
my_error(ER_ERROR_ON_RENAME, MYF(0), from_identifier, to_identifier, error);