[FEAT MERGE] Add LatchIds for locks and monitors

This commit is contained in:
raywill
2022-12-01 03:09:50 +00:00
committed by ob-robot
parent 3a86ba6ccc
commit 8fb62754a1
192 changed files with 967 additions and 912 deletions

View File

@ -25,7 +25,7 @@ namespace oceanbase
namespace share
{
ObDDLTaskQueue::ObDDLTaskQueue()
: task_list_(), task_set_(), lock_(), is_inited_(false), allocator_()
: task_list_(), task_set_(), lock_(ObLatchIds::DDL_LOCK), is_inited_(false), allocator_()
{
allocator_.set_label(common::ObModIds::OB_BUILD_INDEX_SCHEDULER);
}