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;