List:Commits« Previous MessageNext Message »
From:msvensson Date:June 8 2007 5:19am
Subject:bk commit into 5.1 tree (msvensson:1.2559)
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-08 07:19:17+02:00, msvensson@pilot.(none) +1 -0
  Use same abbrevation for statemtn in mboth mtr_cases.pl and mysql-test-run.pl
  to crrectly filter tests to run

  mysql-test/mysql-test-run.pl@stripped, 2007-06-08 07:19:15+02:00, msvensson@pilot.(none) +1 -1
    Use same abbrevation for statemtn in mboth mtr_cases.pl and mysql-test-run.pl
    to crrectly filter tests to run

# 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.312/mysql-test/mysql-test-run.pl	2007-06-05 23:23:54 +02:00
+++ 1.313/mysql-test/mysql-test-run.pl	2007-06-08 07:19:15 +02:00
@@ -771,7 +771,7 @@ sub command_line_setup () {
   # Find out type of logging that are being used
   # --------------------------------------------------------------------------
   # NOTE if the default binlog format is changed, this has to be changed
-  $used_binlog_format= "stmt";
+  $used_binlog_format= "statement";
   if (!$opt_extern && $mysql_version_id >= 50100 )
   {
     $used_binlog_format= "mixed"; # Default value for binlog format
Thread
bk commit into 5.1 tree (msvensson:1.2559)msvensson8 Jun