[vector index] relative variable master place holder

This commit is contained in:
JLY2015
2024-08-06 03:10:05 +00:00
committed by ob-robot
parent ea449e7870
commit a1b67a783f
26 changed files with 233 additions and 9 deletions

View File

@ -885,6 +885,7 @@ 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
index_params varchar(256) NO
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_core_all_table;
IF(count(*) >= 0, 1, 0)
1
@ -1813,6 +1814,7 @@ 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
index_params varchar(256) NO
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_table;
IF(count(*) >= 0, 1, 0)
1

View File

@ -958,6 +958,7 @@ 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
index_params varchar(256) NO
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_core_all_table;
IF(count(*) >= 0, 1, 0)
1
@ -2705,6 +2706,7 @@ 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
index_params varchar(256) NO
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_table;
IF(count(*) >= 0, 1, 0)
1
@ -2798,6 +2800,7 @@ 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
index_params varchar(256) YES
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_table_history;
IF(count(*) >= 0, 1, 0)
1