List:Commits« Previous MessageNext Message »
From:msvensson Date:June 7 2007 6:35pm
Subject:bk commit into 5.1 tree (msvensson:1.2557)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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-06-07 20:35:32+02:00, msvensson@pilot.(none) +1 -0
  Add "have_log_bin" requirement for fast skip when running without binlog

  mysql-test/include/have_binlog_format_mixed_or_statement.inc@stripped, 2007-06-07 20:35:30+02:00, msvensson@pilot.(none) +3 -0
    Add "have_log_bin" requirement for fast skip when running without binlog

# 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:	msvensson
# Host:	pilot.(none)
# Root:	/data/msvensson/mysql/mysql-5.1-new-maint

--- 1.1/mysql-test/include/have_binlog_format_mixed_or_statement.inc	2006-08-30 09:22:42 +02:00
+++ 1.2/mysql-test/include/have_binlog_format_mixed_or_statement.inc	2007-06-07 20:35:30 +02:00
@@ -1,3 +1,6 @@
+source include/have_log_bin.inc;
+
+
 --require r/have_binlog_format_statement.require
 --disable_query_log
 --replace_result MIXED STATEMENT
Thread
bk commit into 5.1 tree (msvensson:1.2557)msvensson7 Jun