[FEAT MERGE] Add LatchIds for locks and monitors
This commit is contained in:
@ -24,7 +24,8 @@ using namespace oceanbase::share;
|
||||
using namespace oceanbase::share::schema;
|
||||
|
||||
ObSequenceCache::ObSequenceCache()
|
||||
: inited_(false)
|
||||
: inited_(false),
|
||||
cache_mutex_(common::ObLatchIds::SEQUENCE_CACHE_LOCK)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user