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
MCOL-5352 Properly handle PP restart for DML/DDL operations.
This commit is contained in:
committed by
Leonid Fedorov
parent
d3896efb0f
commit
7f14dae5c7
@@ -39,14 +39,14 @@ class DropPartitionProcessor : public DDLPackageProcessor
|
||||
DropPartitionProcessor(BRM::DBRM* aDbrm) : DDLPackageProcessor(aDbrm)
|
||||
{
|
||||
}
|
||||
|
||||
protected:
|
||||
private:
|
||||
/** @brief process a drop table statement
|
||||
*
|
||||
* @param dropTableStmt the drop table statement
|
||||
*/
|
||||
EXPORT DDLResult processPackage(ddlpackage::DropPartitionStatement& dropPartitionStmt);
|
||||
|
||||
protected:
|
||||
private:
|
||||
DDLResult processPackageInternal(ddlpackage::SqlStatement* dropPartitionStmt);
|
||||
};
|
||||
} // namespace ddlpackageprocessor
|
||||
|
||||
|
Reference in New Issue
Block a user