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