List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:January 6 2007 5:34pm
Subject:bk commit into 5.1 tree (cmiller:1.2370)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of cmiller. When cmiller does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-01-06 12:34:16-05:00, cmiller@stripped +1 -0
  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@stripped, 2007-01-06 12:34:14-05:00, cmiller@stripped +1 -0
    Reset the binlog after we include several files that have little 
    to do with this test.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	cmiller
# Host:	zippy.cornsilk.net
# Root:	/home/cmiller/work/mysql/mysql-5.1-maint-greener

--- 1.3/mysql-test/t/ndb_binlog_ignore_db.test	2007-01-06 12:34:21 -05:00
+++ 1.4/mysql-test/t/ndb_binlog_ignore_db.test	2007-01-06 12:34:21 -05:00
@@ -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;
Thread
bk commit into 5.1 tree (cmiller:1.2370)Chad MILLER6 Jan