List:Commits« Previous MessageNext Message »
From:kent Date:February 25 2006 8:28pm
Subject:bk commit into 5.1 tree (kent:1.2166)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kent. When kent 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.2166 06/02/25 21:27:49 kent@stripped +2 -0
  config-win.h:
    Enable row based replication for Windows build
  replication.m4:
    Made help text more clear, default is with row based replication enabled

  include/config-win.h
    1.80 06/02/25 21:11:23 kent@stripped +1 -0
    Enable row based replication for Windows build

  config/ac-macros/replication.m4
    1.2 06/02/25 21:10:55 kent@stripped +2 -2
    Made help text more clear, default is with row based replication enabled

# 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:	kent
# Host:	c-5e4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/mysql-5.1-release

--- 1.79/include/config-win.h	2006-01-17 15:45:29 +01:00
+++ 1.80/include/config-win.h	2006-02-25 21:11:23 +01:00
@@ -427,6 +427,7 @@
 
 #define HAVE_SPATIAL 1
 #define HAVE_RTREE_KEYS 1
+#define HAVE_ROW_BASED_REPLICATION 1
 
 /* #undef HAVE_OPENSSL */
 /* #undef HAVE_YASSL */

--- 1.1/config/ac-macros/replication.m4	2005-12-22 06:34:50 +01:00
+++ 1.2/config/ac-macros/replication.m4	2006-02-25 21:10:55 +01:00
@@ -7,8 +7,8 @@
 
 AC_DEFUN([MYSQL_CHECK_REPLICATION], [
   AC_ARG_WITH([row-based-replication],
-              AC_HELP_STRING([--with-row-based-replication],
-                             [Include row-based replication]),
+              AC_HELP_STRING([--without-row-based-replication],
+                             [Don't include row-based replication]),
               [row_based="$withval"],
               [row_based=yes])
   AC_MSG_CHECKING([for row-based replication])
Thread
bk commit into 5.1 tree (kent:1.2166)kent25 Feb