Commit ae2b88ff authored by Igor Babaev's avatar Igor Babaev

Adjusted test results after the change of a test case

parent 0954bcb6
......@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment