occupy for all_tenant_scheduler_job database_id, user_id

This commit is contained in:
lmjhh
2024-06-17 12:14:08 +00:00
committed by ob-robot
parent 5b7e742f70
commit 461a59b5a9
5 changed files with 110 additions and 0 deletions

View File

@ -6047,6 +6047,8 @@ comments varchar(128) YES NULL
credential_name varchar(128) YES NULL
destination_name varchar(128) YES NULL
interval_ts bigint(20) YES NULL
user_id bigint(20) YES -1
database_id bigint(20) YES -1
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_tenant_scheduler_job;
IF(count(*) >= 0, 1, 0)
1