Commit df1b8242 authored by unknown's avatar unknown
Browse files

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.


mysql-test/t/ps.test:
  Quash platform-specific warnings.
parent b8ae1138
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
#