36
36
bool statement::AlterSchema::execute()
39
39
message::schema::shared_ptr old_definition;
41
41
if (not validateSchemaOptions())
48
48
my_error(ER_WRONG_DB_NAME, schema_identifier);
54
54
if (not plugin::StorageEngine::getSchemaDefinition(identifier, old_definition))
56
56
my_error(ER_SCHEMA_DOES_NOT_EXIST, identifier);