patch [FEAT MERGE] support olap async job

Co-authored-by: lmjhh <576788582@qq.com>
This commit is contained in:
obdev
2024-08-27 11:43:42 +00:00
committed by ob-robot
parent b81b5f9d1f
commit ad224ebdb6
35 changed files with 1333 additions and 73 deletions

View File

@ -9236,6 +9236,7 @@ destination_owner varchar(128) YES NULL
destination varchar(128) YES NULL
credential_owner varchar(30) YES NULL
credential_name varchar(30) YES NULL
job_class varchar(128) YES NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_tenant_scheduler_running_job;
IF(count(*) >= 0, 1, 0)
1