polardbxengine/mysql-test/suite/xengine_perfschema/t/idx_replication_group_membe...

10 lines
272 B
Plaintext

# Tests for PERFORMANCE_SCHEMA
# There are no indexes on this table.
show create table performance_schema.replication_group_members;
select * from INFORMATION_SCHEMA.STATISTICS
where TABLE_SCHEMA = "performance_schema"
and TABLE_NAME = "replication_group_members";