diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-08-20 21:17:51 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2010-08-20 21:17:51 +0200 |
commit | bc05efd8aa116e9609941ad1f19665b79eca0eef (patch) | |
tree | 38ae94086a340739ee647b8d9421d94543105205 | |
parent | 97e8471599679b37b711f3de328b078250965440 (diff) | |
download | mariadb-git-bc05efd8aa116e9609941ad1f19665b79eca0eef.tar.gz |
post push test fix
-rw-r--r-- | mysql-test/t/partition_not_blackhole.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/partition_not_blackhole.test b/mysql-test/t/partition_not_blackhole.test index 222c1bb091e..7352aeaa230 100644 --- a/mysql-test/t/partition_not_blackhole.test +++ b/mysql-test/t/partition_not_blackhole.test @@ -16,6 +16,7 @@ let $MYSQLD_DATADIR= `SELECT @@datadir`; --copy_file std_data/parts/t1_blackhole.frm $MYSQLD_DATADIR/test/t1.frm --copy_file std_data/parts/t1_blackhole.par $MYSQLD_DATADIR/test/t1.par SHOW TABLES; +--replace_result $MYSQLD_DATADIR ./ --error ER_NOT_FORM_FILE SHOW CREATE TABLE t1; --error ER_BAD_TABLE_ERROR |