Commit 07f07ffe authored by Sergey Glukhov's avatar Sergey Glukhov

test case fix

parent a1b8e4dc
...@@ -2390,8 +2390,8 @@ SHOW FULL COLUMNS FROM t1; ...@@ -2390,8 +2390,8 @@ SHOW FULL COLUMNS FROM t1;
SET DEBUG_SYNC= "now WAIT_FOR waiting"; SET DEBUG_SYNC= "now WAIT_FOR waiting";
SHOW FULL COLUMNS FROM t1; SHOW FULL COLUMNS FROM t1;
Field Type Collation Null Key Default Extra Privileges Comment Field Type Collation Null Key Default Extra Privileges Comment
a char(255) latin1_swedish_ci YES NULL select,insert,update,references a char(255) latin1_swedish_ci YES NULL #
SET DEBUG_SYNC= "now SIGNAL completed"; SET DEBUG_SYNC= "now SIGNAL completed";
Field Type Collation Null Key Default Extra Privileges Comment Field Type Collation Null Key Default Extra Privileges Comment
a char(255) latin1_swedish_ci YES NULL select,insert,update,references a char(255) latin1_swedish_ci YES NULL #
DROP TABLE t1; DROP TABLE t1;
...@@ -3479,9 +3479,10 @@ SET DEBUG_SYNC= "get_schema_column SIGNAL waiting WAIT_FOR completed"; ...@@ -3479,9 +3479,10 @@ SET DEBUG_SYNC= "get_schema_column SIGNAL waiting WAIT_FOR completed";
connection default; connection default;
SET DEBUG_SYNC= "now WAIT_FOR waiting"; SET DEBUG_SYNC= "now WAIT_FOR waiting";
--replace_column 8 #
SHOW FULL COLUMNS FROM t1; SHOW FULL COLUMNS FROM t1;
SET DEBUG_SYNC= "now SIGNAL completed"; SET DEBUG_SYNC= "now SIGNAL completed";
--replace_column 8 #
connection con1; connection con1;
--reap --reap
connection default; connection default;
......
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