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

11 lines
261 B
Plaintext

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