[Commits] ae2b88f: Adjusted test results after the change of a test case
14 Sep
2019
14 Sep
'19
6:10 a.m.
revision-id: ae2b88ff3f94253921fed5c48422adeebe7e623d (mariadb-10.1.41-38-gae2b88f) parent(s): 0954bcb6639af47a8b57eb426aee9bba4036e5f1 author: Igor Babaev committer: Igor Babaev timestamp: 2019-09-13 21:10:52 -0700 message: Adjusted test results after the change of a test case --- mysql-test/r/selectivity.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/selectivity.result b/mysql-test/r/selectivity.result index d8b2d46..d0bbb46 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),
1948
Age (days ago)
1948
Last active (days ago)
0 comments
1 participants
participants (1)
-
IgorBabaev