polardbxengine/mysql-test/suite/perfschema/t/idx_fs_by_event_name.test

16 lines
445 B
Plaintext

# 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