summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_zip/t/cmp_per_index.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb_zip/t/cmp_per_index.test')
-rw-r--r--mysql-test/suite/innodb_zip/t/cmp_per_index.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb_zip/t/cmp_per_index.test b/mysql-test/suite/innodb_zip/t/cmp_per_index.test
index 58b7855219b..8d66277a1bd 100644
--- a/mysql-test/suite/innodb_zip/t/cmp_per_index.test
+++ b/mysql-test/suite/innodb_zip/t/cmp_per_index.test
@@ -98,9 +98,11 @@ ORDER BY 1, 2, 3;
-- source include/restart_mysqld.inc
+SHOW CREATE TABLE t;
+
SET GLOBAL innodb_cmp_per_index_enabled=ON;
-SELECT COUNT(*) FROM t;
+SELECT COUNT(*) FROM t IGNORE INDEX(b);
SELECT
database_name,