Commit 9f010e32 authored by Sergei Golubchik's avatar Sergei Golubchik

tweak the test to pass, until the upstream bug#61209 is *completely* fixed

(see my comments starting from [9 Apr 22:18])
parent 16c5c53f
DROP TABLE IF EXISTS bug_61209;
CREATE TABLE bug_61209 (a INT auto_increment, PRIMARY KEY(a)) ENGINE=InnoDB;
INSERT INTO bug_61209 VALUES (), ();
INSERT INTO bug_61209 VALUES (), (), (), ();
# Connect con1
......
......@@ -15,7 +15,7 @@ DROP TABLE IF EXISTS bug_61209;
#
CREATE TABLE bug_61209 (a INT auto_increment, PRIMARY KEY(a)) ENGINE=InnoDB;
INSERT INTO bug_61209 VALUES (), ();
INSERT INTO bug_61209 VALUES (), (), (), ();
--echo
--echo # Connect con1
......
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