[FEAT MERGE]support ddl real time monitoring

This commit is contained in:
Charles0429
2022-12-30 13:18:48 +00:00
committed by ob-robot
parent 5535b96376
commit 2c8c28887f
57 changed files with 1950 additions and 549 deletions

View File

@ -31,6 +31,7 @@ using namespace oceanbase::rootserver;
ObDropPrimaryKeyTask::ObDropPrimaryKeyTask()
: ObTableRedefinitionTask()
{
task_type_ = ObDDLType::DDL_DROP_PRIMARY_KEY;
}
ObDropPrimaryKeyTask::~ObDropPrimaryKeyTask()