List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:April 17 2005 6:49am
Subject:bk commit into 5.1 tree (stewart:1.1803)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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
  1.1803 05/04/17 16:49:35 stewart@stripped +1 -0
  build fix

  sql/mysqld.cc
    1.451 05/04/17 16:49:28 stewart@stripped +1 -1
    build fix

# 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:	stewart
# Host:	kennedy.(none)
# Root:	/home/stewart/Documents/MySQL/5.1/wl2325

--- 1.450/sql/mysqld.cc	2005-04-16 02:47:21 +10:00
+++ 1.451/sql/mysqld.cc	2005-04-17 16:49:28 +10:00
@@ -6222,7 +6222,7 @@
   }
   case OPT_BINLOG_FORMAT:
   {
-    int id:
+    int id;
     if ((id= find_type(argument, &binlog_format_typelib, 2)) <= 0)
     {
       fprintf(stderr, 
Thread
bk commit into 5.1 tree (stewart:1.1803)Stewart Smith19 Apr