Files
tidb/tests/integrationtest/t/executor/inspection_common.test

7 lines
343 B
Plaintext

# TestInspectionRules
select count(*) from information_schema.inspection_rules;
select count(*) from information_schema.inspection_rules where type='inspection';
select count(*) from information_schema.inspection_rules where type='summary';
select count(*) from information_schema.inspection_rules where type='inspection' and type='summary';