Placeholder for MABLK_BF_LOAD_TASKL_LOCK

This commit is contained in:
ND501 2024-12-04 17:45:19 +00:00 committed by ob-robot
parent 0b0f60256e
commit 654861e2e2
2 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,7 @@ LATCH_DEF_##enable(def, id, name, policy, max_spin_cnt, max_yield_cnt)
#undef LATCH_DEF_true
#undef LATCH_DEF_false
static_assert(ARRAYSIZEOF(OB_LATCHES) == 257, "DO NOT delete latch defination");
static_assert(ARRAYSIZEOF(OB_LATCHES) == 258, "DO NOT delete latch defination");
static_assert(ObLatchIds::LATCH_END == ARRAYSIZEOF(OB_LATCHES) - 1, "update id of LATCH_END before adding your defination");
}

View File

@ -381,7 +381,9 @@ LATCH_DEF(STORAGE_CLOG_RECORDER_LOCK, 346, "storage clog recorder lock", LATCH_F
LATCH_DEF(SPM_SET_LOCK, 347, "spm set latch", LATCH_FIFO, 2000, 0, true)
LATCH_DEF(SSWRITER_CTX_LOCK, 348, "sswriter ctx lock", LATCH_FIFO, 2000, 0, true)
LATCH_DEF(LATCH_END, 349, "latch end", LATCH_FIFO, 2000, 0, true)
LATCH_DEF(MABLK_BF_LOAD_TASKL_LOCK, 349, "macro block bloom filter load task lock", LATCH_FIFO, 2000, 0, true)
LATCH_DEF(LATCH_END, 350, "latch end", LATCH_FIFO, 2000, 0, true)
#endif