diff options
author | kostja@bodhi.local <> | 2007-01-16 21:23:52 +0300 |
---|---|---|
committer | kostja@bodhi.local <> | 2007-01-16 21:23:52 +0300 |
commit | 51a2f5153f30e065195a1806952b6581ba515798 (patch) | |
tree | 98fd1508daa698c8415c9121a7088f2393ab7c8e /mysql-test/t/ps.test | |
parent | d49ac4fbb7c81a99505963ba7a93a66f7dd86f58 (diff) | |
download | mariadb-git-51a2f5153f30e065195a1806952b6581ba515798.tar.gz |
A fix for the broken 4.1-runtime tree.
Diffstat (limited to 'mysql-test/t/ps.test')
-rw-r--r-- | mysql-test/t/ps.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/ps.test b/mysql-test/t/ps.test index cd6c0667898..c963e59110f 100644 --- a/mysql-test/t/ps.test +++ b/mysql-test/t/ps.test @@ -1127,7 +1127,12 @@ show create table mysqltest.t2; drop database mysqltest; deallocate prepare stmt1; deallocate prepare stmt2; +# # CREATE TABLE with DATA DIRECTORY option +# +# Protect ourselves from data left in tmp/ by a previos possibly failed +# test +--system rm -f $MYSQLTEST_VARDIR/tmp/t1.* --disable_query_log eval prepare stmt from "create table t1 (c char(10)) data directory='$MYSQLTEST_VARDIR/tmp'"; --enable_query_log |