mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix compiler errors
This commit is contained in:
@ -32,12 +32,12 @@ public:
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
/* Override SQLCOM_*, since it is an ALTER command */
|
/* Override SQLCOM_*, since it is an ALTER command */
|
||||||
virtual enum_sql_command sql_command_code() const
|
virtual enum_sql_command sql_command_code() const override
|
||||||
{
|
{
|
||||||
return SQLCOM_ALTER_TABLE;
|
return SQLCOM_ALTER_TABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool execute(THD *thd);
|
bool execute(THD *thd) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user