summaryrefslogtreecommitdiff
path: root/mysql-test/t/ps.test
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2007-01-19 08:56:06 -0500
committercmiller@zippy.cornsilk.net <>2007-01-19 08:56:06 -0500
commita8ff939d83c509142f932872db40c00a0963046a (patch)
treede19851fc4dfb50859b6410376165f7400f47c76 /mysql-test/t/ps.test
parentf135f34ebc0ac2b857616c4546ba28d41a6855eb (diff)
downloadmariadb-git-a8ff939d83c509142f932872db40c00a0963046a.tar.gz
The rpl tree added a test case, and another source added a warning,
and combined, they add a platform-specific warning. The warnings are not the goal of the test, in any case.
Diffstat (limited to 'mysql-test/t/ps.test')
-rw-r--r--mysql-test/t/ps.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/ps.test b/mysql-test/t/ps.test
index 5f00aa60b11..bac7357b163 100644
--- a/mysql-test/t/ps.test
+++ b/mysql-test/t/ps.test
@@ -1172,7 +1172,9 @@ deallocate prepare stmt2;
# test
--system rm -f $MYSQLTEST_VARDIR/tmp/t1.*
--disable_query_log
+--disable_warnings
eval prepare stmt from "create table t1 (c char(10)) data directory='$MYSQLTEST_VARDIR/tmp'";
+--enable_warnings
--enable_query_log
execute stmt;
#