[FEAT MERGE] MySQL lock functions and DMBS_LOCK.RELEASE
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user