Commit 57edb25c authored by Magne Mahre's avatar Magne Mahre

Fix for a bug when backporting/merging Bug#36573

parent 0b869659
...@@ -115,7 +115,8 @@ ERROR 42S02: Table 'test.t3' doesn't exist ...@@ -115,7 +115,8 @@ ERROR 42S02: Table 'test.t3' doesn't exist
# ===== myisampack.4 ===== # ===== myisampack.4 =====
#Tests the myisampack join operation with an existing destination .frm,.MYI,.MDI #Tests the myisampack join operation with an existing destination .frm,.MYI,.MDI
#the command should fail with exit status 2 #the command should fail with exit status 2
/data/z/mysql-next-mr-runtime/mysql-test/var/mysqld.1/data//master-data/test/t1 gave error 2 on open myisampack: Can't create/write to file (Errcode: 17)
Aborted: file is not compressed
DROP TABLE t1,t2,t3; DROP TABLE t1,t2,t3;
DROP TABLE mysql_db1.t1; DROP TABLE mysql_db1.t1;
DROP DATABASE mysql_db1; DROP DATABASE mysql_db1;
...@@ -214,7 +214,7 @@ SELECT COUNT(a) FROM t3; ...@@ -214,7 +214,7 @@ SELECT COUNT(a) FROM t3;
# #
--replace_regex /.*myisampack(\.exe)?: Can't create\/write to file .*\(/myisampack: Can't create\/write to file (/ /Aborted: .*is/Aborted: file is/ --replace_regex /.*myisampack(\.exe)?: Can't create\/write to file .*\(/myisampack: Can't create\/write to file (/ /Aborted: .*is/Aborted: file is/
--error 2 --error 2
--exec $MYISAMPACK --join=$MYSQLD_DATADIR/test/t3 $MYSQLD_DATADIR/master-data/test/t1 $MYSQLD_DATADIR/test/t2 2>&1 --exec $MYISAMPACK --join=$MYSQLD_DATADIR/test/t3 $MYSQLD_DATADIR/test/t1 $MYSQLD_DATADIR/test/t2 2>&1
DROP TABLE t1,t2,t3; DROP TABLE t1,t2,t3;
......
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