another cleanup patch for removing tables before tests start.

This commit is contained in:
brian@zim.(none) 2006-02-27 13:27:25 -08:00
commit 23e384fc3e
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,10 @@
# Embedded server doesn't support binlog
-- source include/not_embedded.inc
--disable_warnings
drop table if exists t1,t2;
--enable_warnings
# Check if a partly-completed INSERT SELECT in a MyISAM table goes into the
# binlog