You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
chore(codestyle): mark virtual methods as override
This commit is contained in:
committed by
Leonid Fedorov
parent
ad80ab40aa
commit
0ab03c7258
@@ -46,7 +46,7 @@ class RestorePartitionProcessor : public DDLPackageProcessor, FormatStatementStr
|
||||
*
|
||||
* @param dropTableStmt the drop table statement
|
||||
*/
|
||||
DDLResult processPackageInternal(ddlpackage::SqlStatement* RestorePartitionStmt);
|
||||
DDLResult processPackageInternal(ddlpackage::SqlStatement* RestorePartitionStmt) override;
|
||||
};
|
||||
} // namespace ddlpackageprocessor
|
||||
|
||||
|
Reference in New Issue
Block a user