diff options
author | Igor Babaev <igor@askmonty.org> | 2019-09-13 21:10:52 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2019-09-13 21:10:52 -0700 |
commit | ae2b88ff3f94253921fed5c48422adeebe7e623d (patch) | |
tree | c1b7645372674c2e77fcb9e9d22d0c1e27d8ce4c /mysql-test | |
parent | 0954bcb6639af47a8b57eb426aee9bba4036e5f1 (diff) | |
download | mariadb-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.result | 2 |
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), |