From 67f640fd50586c92109f9d8a46719b9a4f68914b Mon Sep 17 00:00:00 2001 From: Mattias Jonsson Date: Mon, 15 Nov 2010 23:27:37 +0100 Subject: [PATCH] post-push fix for test to pass on windows --- mysql-test/t/partition_innodb_plugin.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/t/partition_innodb_plugin.test b/mysql-test/t/partition_innodb_plugin.test index 114adf67180..626e5d19b99 100644 --- a/mysql-test/t/partition_innodb_plugin.test +++ b/mysql-test/t/partition_innodb_plugin.test @@ -27,6 +27,7 @@ user_num CHAR(10) KEY_BLOCK_SIZE=4 PARTITION BY HASH(id) PARTITIONS 1; +--replace_result #p# #P# --list_files $MYSQLD_DATADIR/test SHOW CREATE TABLE t1; @@ -44,12 +45,14 @@ LOCK TABLE t1 WRITE; --error ER_GET_ERRNO ALTER TABLE t1 ADD PARTITION PARTITIONS 1; +--replace_result #p# #P# --list_files $MYSQLD_DATADIR/test --echo # This SET is not needed to reproduce the bug, --echo # it is here just to make the test case more realistic SET innodb_strict_mode = OFF; ALTER TABLE t1 ADD PARTITION PARTITIONS 2; +--replace_result #p# #P# --list_files $MYSQLD_DATADIR/test # really bug#56172