1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Adjusted test results after the change of a test case

This commit is contained in:
Igor Babaev
2019-09-13 21:10:52 -07:00
parent 0954bcb663
commit ae2b88ff3f

View File

@@ -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),