summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2019-09-13 21:10:52 -0700
committerIgor Babaev <igor@askmonty.org>2019-09-13 21:10:52 -0700
commitae2b88ff3f94253921fed5c48422adeebe7e623d (patch)
treec1b7645372674c2e77fcb9e9d22d0c1e27d8ce4c /mysql-test
parent0954bcb6639af47a8b57eb426aee9bba4036e5f1 (diff)
downloadmariadb-git-ae2b88ff3f94253921fed5c48422adeebe7e623d.tar.gz
Adjusted test results after the change of a test case
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/selectivity.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/selectivity.result b/mysql-test/r/selectivity.result
index d8b2d462952..d0bbb46cb0a 100644
--- a/mysql-test/r/selectivity.result
+++ b/mysql-test/r/selectivity.result
@@ -1716,7 +1716,7 @@ b INT NOT NULL,
c char(100),
KEY (b, c),
KEY (b, a, c)
-)
+) ENGINE=MyISAM
DEFAULT CHARSET = utf8;
INSERT INTO t1 VALUES
(1, 1, 1),