summaryrefslogtreecommitdiff
path: root/mysql-test/include/explain_non_select.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/explain_non_select.inc')
-rw-r--r--mysql-test/include/explain_non_select.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/explain_non_select.inc b/mysql-test/include/explain_non_select.inc
index a0f86e744b0..57b96994d20 100644
--- a/mysql-test/include/explain_non_select.inc
+++ b/mysql-test/include/explain_non_select.inc
@@ -771,7 +771,7 @@ DROP TABLE t1,t2;
--echo #74
-CREATE TABLE t1(a INT PRIMARY KEY) ENGINE=InnoDB;
+CREATE TABLE t1(a INT PRIMARY KEY);
INSERT INTO t1 VALUES (1), (2), (3), (4), (5);
--echo # used key is modified & Using temporary