A writability test in a prereq file polluted the binlog.

Reset the info after using those files.
This commit is contained in:
cmiller@zippy.cornsilk.net 2007-01-06 12:34:16 -05:00
parent 0fa22f5a59
commit b54f20f865

View file

@ -1,5 +1,6 @@
-- source include/have_ndb.inc
-- source include/have_binlog_format_row.inc
reset master;
--disable_warnings
drop table if exists t1;