You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +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
@ -38,7 +38,7 @@ class DropIndexProcessor : public DDLPackageProcessor
|
||||
*
|
||||
* @param dropIndexStmt the drop index statement
|
||||
*/
|
||||
DDLResult processPackage(ddlpackage::DropIndexStatement& dropIndexStmt);
|
||||
DDLResult processPackageInternal(ddlpackage::SqlStatement& dropIndexStmt);
|
||||
|
||||
protected:
|
||||
private:
|
||||
|
Reference in New Issue
Block a user