ocupy some code on master for odps

This commit is contained in:
cqliang1995
2024-08-03 19:35:19 +00:00
committed by ob-robot
parent ac39d6f66b
commit 612c965ba0
19 changed files with 211 additions and 6 deletions

View File

@ -884,6 +884,7 @@ column_store bigint(20) NO 0
auto_increment_cache_size bigint(20) NO 0
local_session_vars longtext YES NULL
duplicate_read_consistency bigint(20) NO 0
external_properties varbinary(1048576) YES NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_core_all_table;
IF(count(*) >= 0, 1, 0)
1
@ -1811,6 +1812,7 @@ column_store bigint(20) NO 0
auto_increment_cache_size bigint(20) NO 0
local_session_vars longtext YES NULL
duplicate_read_consistency bigint(20) NO 0
external_properties varbinary(1048576) YES NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_table;
IF(count(*) >= 0, 1, 0)
1

View File

@ -957,6 +957,7 @@ column_store bigint(20) NO 0
auto_increment_cache_size bigint(20) NO 0
local_session_vars longtext YES NULL
duplicate_read_consistency bigint(20) NO 0
external_properties varbinary(1048576) YES NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_core_all_table;
IF(count(*) >= 0, 1, 0)
1
@ -2703,6 +2704,7 @@ column_store bigint(20) NO 0
auto_increment_cache_size bigint(20) NO 0
local_session_vars longtext YES NULL
duplicate_read_consistency bigint(20) NO 0
external_properties varbinary(1048576) YES NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_table;
IF(count(*) >= 0, 1, 0)
1
@ -2795,6 +2797,7 @@ column_store bigint(20) YES 0
auto_increment_cache_size bigint(20) YES 0
local_session_vars longtext YES NULL
duplicate_read_consistency bigint(20) YES 0
external_properties varbinary(1048576) YES NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_table_history;
IF(count(*) >= 0, 1, 0)
1