Commit 51a2f515 authored by kostja@bodhi.local's avatar kostja@bodhi.local
Browse files

A fix for the broken 4.1-runtime tree.

parent d49ac4fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,5 +51,6 @@ unlock tables;
connection con1;
reap;
drop table t5;
--system rm $MYSQLTEST_VARDIR/tmp/t?.*

# End of 4.1 tests
+5 −0
Original line number Diff line number Diff line
@@ -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