Commit cf57fa8d authored by Sergei Golubchik's avatar Sergei Golubchik

fix the test for FreeBSD

parent 31fc2eb4
......@@ -134,6 +134,7 @@ DROP TABLE tbl_a;
--echo # COMMENT + engine-defined option (invalid)
--connection master_1
--replace_result error: error
--error ER_CANT_CREATE_TABLE
eval CREATE TABLE tbl_a (
a INT,
......@@ -142,6 +143,7 @@ eval CREATE TABLE tbl_a (
) $MASTER_1_ENGINE $MASTER_1_CHARSET
REMOTE_SERVER="s_2_1" REMOTE_TABLE="tbl_a" COMMENT='tbl "tbl_b"';
--replace_result error: error
--error ER_CANT_CREATE_TABLE
eval CREATE TABLE tbl_a (
a INT,
......
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