add placeholder for materialized view use local session variables
This commit is contained in:
@ -882,6 +882,7 @@ lob_inrow_threshold bigint(20) NO 4096
|
||||
max_used_column_group_id bigint(20) NO 1000
|
||||
column_store bigint(20) NO 0
|
||||
auto_increment_cache_size bigint(20) NO 0
|
||||
local_session_vars longtext YES NULL
|
||||
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_core_all_table;
|
||||
IF(count(*) >= 0, 1, 0)
|
||||
1
|
||||
@ -1799,6 +1800,7 @@ lob_inrow_threshold bigint(20) NO 4096
|
||||
max_used_column_group_id bigint(20) NO 1000
|
||||
column_store bigint(20) NO 0
|
||||
auto_increment_cache_size bigint(20) NO 0
|
||||
local_session_vars longtext YES NULL
|
||||
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_table;
|
||||
IF(count(*) >= 0, 1, 0)
|
||||
1
|
||||
|
||||
@ -955,6 +955,7 @@ lob_inrow_threshold bigint(20) NO 4096
|
||||
max_used_column_group_id bigint(20) NO 1000
|
||||
column_store bigint(20) NO 0
|
||||
auto_increment_cache_size bigint(20) NO 0
|
||||
local_session_vars longtext YES NULL
|
||||
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_core_all_table;
|
||||
IF(count(*) >= 0, 1, 0)
|
||||
1
|
||||
@ -2691,6 +2692,7 @@ lob_inrow_threshold bigint(20) NO 4096
|
||||
max_used_column_group_id bigint(20) NO 1000
|
||||
column_store bigint(20) NO 0
|
||||
auto_increment_cache_size bigint(20) NO 0
|
||||
local_session_vars longtext YES NULL
|
||||
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_table;
|
||||
IF(count(*) >= 0, 1, 0)
|
||||
1
|
||||
@ -2781,6 +2783,7 @@ lob_inrow_threshold bigint(20) YES 4096
|
||||
max_used_column_group_id bigint(20) YES 1000
|
||||
column_store bigint(20) YES 0
|
||||
auto_increment_cache_size bigint(20) YES 0
|
||||
local_session_vars longtext 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