13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
--replace_column 1 #
|
|
select count_log_meta_get_in_cache from information_schema.alisql_cluster_consensus_status;
|
|
--replace_column 1 #
|
|
select count_log_meta_get_total from information_schema.alisql_cluster_consensus_status;
|
|
use test;
|
|
create table t (id int);
|
|
insert into t values (1);
|
|
--replace_column 1 #
|
|
select count_log_meta_get_in_cache from information_schema.alisql_cluster_consensus_status;
|
|
--replace_column 1 #
|
|
select count_log_meta_get_total from information_schema.alisql_cluster_consensus_status;
|
|
drop table t;
|