summaryrefslogtreecommitdiff
path: root/mysql-test/main/innodb_ext_key.test
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2019-02-14 15:23:23 -0800
committerIgor Babaev <igor@askmonty.org>2019-02-14 15:23:23 -0800
commitccce4d3be9bb5dfce66576f9744bcb927b754cf4 (patch)
tree6f66a954aed4f99ff06a215d2be603c9fa18c6b2 /mysql-test/main/innodb_ext_key.test
parente1de23b8d51c53b87a9d54352af0e99d4386e0ee (diff)
downloadmariadb-git-ccce4d3be9bb5dfce66576f9744bcb927b754cf4.tar.gz
MDEV-16188 Post review fixes
Also adjusted some test files.
Diffstat (limited to 'mysql-test/main/innodb_ext_key.test')
-rw-r--r--mysql-test/main/innodb_ext_key.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/innodb_ext_key.test b/mysql-test/main/innodb_ext_key.test
index 333214ed0be..d2f426662b4 100644
--- a/mysql-test/main/innodb_ext_key.test
+++ b/mysql-test/main/innodb_ext_key.test
@@ -497,6 +497,7 @@ select
from t1 A, t1 B;
set optimizer_switch='extended_keys=off';
+--replace_column 9 #
explain
select * from t1, t2 where t2.a=t1.a and t2.b < 2;
flush status;
@@ -504,6 +505,7 @@ select * from t1, t2 where t2.a=t1.a and t2.b < 2;
show status like 'handler_read%';
set optimizer_switch='extended_keys=on';
+--replace_column 9 #
explain
select * from t1, t2 where t2.a=t1.a and t2.b < 2;
flush status;