# Tests for PERFORMANCE_SCHEMA #setup let $select_column = COUNT_STAR; let $table = performance_schema.file_summary_by_event_name; ########################################################################### # Test index on EVENT_NAME ########################################################################### let $column_count = 1; let $col1 = EVENT_NAME; let $col1_act = "wait/io/file/sql/ERRMSG"; --source ../include/idx_explain_test.inc