You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
feat(ddl,partitions): better partition-related commands logging
This commit is contained in:
@ -33,7 +33,7 @@ namespace ddlpackageprocessor
|
||||
* for interacting with the Write Engine
|
||||
* to process create table ddl statements.
|
||||
*/
|
||||
class MarkPartitionProcessor : public DDLPackageProcessor
|
||||
class MarkPartitionProcessor : public DDLPackageProcessor, FormatStatementString
|
||||
{
|
||||
public:
|
||||
MarkPartitionProcessor(BRM::DBRM* aDbrm) : DDLPackageProcessor(aDbrm)
|
||||
|
Reference in New Issue
Block a user