ocupy some code on master for odps
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user