placeholder for lock table

This commit is contained in:
obdev
2024-07-16 08:42:31 +00:00
committed by ob-robot
parent 55174bc1fa
commit 04c19b54ec
9 changed files with 47 additions and 3 deletions

View File

@ -2905,6 +2905,7 @@ extra_info varchar(256) NO NULL
time_after_create bigint(20) NO NULL
obj_type varchar(16) NO NULL
obj_id bigint(20) NO NULL
owner_type bigint(20) NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_obj_lock;
IF(count(*) >= 0, 1, 0)
1

View File

@ -6513,6 +6513,7 @@ extra_info varchar(256) NO NULL
time_after_create bigint(20) NO NULL
obj_type varchar(16) NO NULL
obj_id bigint(20) NO NULL
owner_type bigint(20) NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_obj_lock;
IF(count(*) >= 0, 1, 0)
1