From 8cef6205048a0522f966e7dccf14ce2ffdd37fe8 Mon Sep 17 00:00:00 2001 From: Mattias Jonsson <mattias.jonsson@sun.com> Date: Tue, 1 Jun 2010 09:02:28 +0200 Subject: [PATCH] post push fix for bug#49161 result file differs on embedded --- mysql-test/t/partition_error.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/t/partition_error.test b/mysql-test/t/partition_error.test index 7f733df701b..434392c2e28 100644 --- a/mysql-test/t/partition_error.test +++ b/mysql-test/t/partition_error.test @@ -16,6 +16,7 @@ let $MYSQLD_DATADIR= `SELECT @@datadir`; CREATE TABLE t1 (a INT) PARTITION BY HASH (a); FLUSH TABLES; --remove_file $MYSQLD_DATADIR/test/t1.par +--replace_result $MYSQLD_DATADIR ./ CHECK TABLE t1; --error ER_UNKNOWN_ERROR SELECT * FROM t1;