Commit dd0a6227 authored by Mattias Jonsson's avatar Mattias Jonsson

post-push fix for test to pass on windows

parent 027d6475
...@@ -27,6 +27,7 @@ user_num CHAR(10) ...@@ -27,6 +27,7 @@ user_num CHAR(10)
KEY_BLOCK_SIZE=4 KEY_BLOCK_SIZE=4
PARTITION BY HASH(id) PARTITIONS 1; PARTITION BY HASH(id) PARTITIONS 1;
--replace_result #p# #P#
--list_files $MYSQLD_DATADIR/test --list_files $MYSQLD_DATADIR/test
SHOW CREATE TABLE t1; SHOW CREATE TABLE t1;
...@@ -44,12 +45,14 @@ LOCK TABLE t1 WRITE; ...@@ -44,12 +45,14 @@ LOCK TABLE t1 WRITE;
--error ER_GET_ERRNO --error ER_GET_ERRNO
ALTER TABLE t1 ADD PARTITION PARTITIONS 1; ALTER TABLE t1 ADD PARTITION PARTITIONS 1;
--replace_result #p# #P#
--list_files $MYSQLD_DATADIR/test --list_files $MYSQLD_DATADIR/test
--echo # This SET is not needed to reproduce the bug, --echo # This SET is not needed to reproduce the bug,
--echo # it is here just to make the test case more realistic --echo # it is here just to make the test case more realistic
SET innodb_strict_mode = OFF; SET innodb_strict_mode = OFF;
ALTER TABLE t1 ADD PARTITION PARTITIONS 2; ALTER TABLE t1 ADD PARTITION PARTITIONS 2;
--replace_result #p# #P#
--list_files $MYSQLD_DATADIR/test --list_files $MYSQLD_DATADIR/test
# really bug#56172 # really bug#56172
......
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