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

20 lines
471 B
Plaintext

#
# Verify that query results are the same with and without indexes.
#
--source include/have_debug_sync.inc
let $table = "table_lock_waits_summary_by_table";
let $key_group = 10;
let $target_type = TABLE;
let $target_schema = TEST;
let $target_name = t1;
--echo TABLE: $table
--echo INDEXES: PK (OBJECT_TYPE, OBJECT_SCHEMA, OBJECT_NAME)
--source ../include/idx_compare_setup.inc
--source ../include/idx_compare_load.inc
--source ../include/idx_compare_cleanup.inc