From b54f20f865a1b396b778c99e2f05e359d00fe371 Mon Sep 17 00:00:00 2001 From: "cmiller@zippy.cornsilk.net" <> Date: Sat, 6 Jan 2007 12:34:16 -0500 Subject: [PATCH] A writability test in a prereq file polluted the binlog. Reset the info after using those files. --- mysql-test/t/ndb_binlog_ignore_db.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/t/ndb_binlog_ignore_db.test b/mysql-test/t/ndb_binlog_ignore_db.test index a4090bbb62b..a99dfd940ad 100644 --- a/mysql-test/t/ndb_binlog_ignore_db.test +++ b/mysql-test/t/ndb_binlog_ignore_db.test @@ -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;