polardbxengine/mysql-test/suite/xcluster/r/prefetch_cache.result

7 lines
237 B
Plaintext

use test;
create table t1 (data longblob);
select count(distinct(match_index)), count(distinct(applied_index)) from information_schema.alisql_cluster_global;
count(distinct(match_index)) count(distinct(applied_index))
1 1
drop table t1;