[FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: lalalafeier <wufeifei2023@163.com> Co-authored-by: wanyue-wy <345657357@qq.com> Co-authored-by: joseph12138 <17862707376@163.com>
This commit is contained in:
@ -36,7 +36,8 @@ public:
|
||||
static bool in_inner_table_lock_white_list(const uint64_t inner_table_id)
|
||||
{
|
||||
bool b_ret = share::OB_ALL_BALANCE_JOB_TID == inner_table_id
|
||||
|| share::OB_ALL_RECOVER_TABLE_JOB_TID == inner_table_id;
|
||||
|| share::OB_ALL_RECOVER_TABLE_JOB_TID == inner_table_id
|
||||
|| share::OB_ALL_LS_REPLICA_TASK_TID == inner_table_id;
|
||||
return b_ret;
|
||||
}
|
||||
/*
|
||||
@ -83,4 +84,4 @@ public:
|
||||
} // end namespace tablelock
|
||||
} // end namespace transaction
|
||||
} // end namespace oceanbase
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user