diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-06-01 09:07:42 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-06-01 09:07:42 +0200 |
commit | 2faa288163b6f1988618023a9b9da66bfc4320c5 (patch) | |
tree | eff6537ef933608776b8ad82a7c2816d8027154c /mysql-test/t/partition_error.test | |
parent | e55a53b2724a7970a20616ef62ee5afbfb03beb0 (diff) | |
parent | 79c30dd0d4744d742730cbff2f55fc34ae476240 (diff) | |
download | mariadb-git-2faa288163b6f1988618023a9b9da66bfc4320c5.tar.gz |
merge
Diffstat (limited to 'mysql-test/t/partition_error.test')
-rw-r--r-- | mysql-test/t/partition_error.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/partition_error.test b/mysql-test/t/partition_error.test index 99846158fd2..fe4829ad5d1 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_FAILED_READ_FROM_PAR_FILE SELECT * FROM t1; |