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