[FEAT MERGE] MySQL lock functions and DMBS_LOCK.RELEASE

This commit is contained in:
YangEfei
2024-04-16 17:16:58 +00:00
committed by ob-robot
parent 0d6f3a8316
commit 7a78d20312
105 changed files with 8447 additions and 2566 deletions

View File

@ -151,10 +151,12 @@ TEST_F(ObLockTableBeforeRestartTest, test_commit_log)
int ret = OB_SUCCESS;
int tmp_ret = OB_SUCCESS;
ObTableLockOwnerID OWNER_ONE(1);
ObTableLockOwnerID OWNER_ONE;
OWNER_ONE.convert_from_value(1);
uint64_t table_id = 0;
ObTableLockMode lock_mode = EXCLUSIVE;
ObTableLockOwnerID lock_owner(0);
ObTableLockOwnerID lock_owner;
lock_owner.convert_from_value(0);
ObLS *ls = nullptr;
ObLockMemtable *lock_memtable = nullptr;
ObCheckpointExecutor *checkpoint_executor = nullptr;