Commit 9571e81f authored by kent@mysql.com's avatar kent@mysql.com

config-win.h:

  Enable row based replication for Windows build
replication.m4:
  Made help text more clear, default is with row based replication enabled
parent 7018ab29
...@@ -7,8 +7,8 @@ dnl --------------------------------------------------------------------------- ...@@ -7,8 +7,8 @@ dnl ---------------------------------------------------------------------------
AC_DEFUN([MYSQL_CHECK_REPLICATION], [ AC_DEFUN([MYSQL_CHECK_REPLICATION], [
AC_ARG_WITH([row-based-replication], AC_ARG_WITH([row-based-replication],
AC_HELP_STRING([--with-row-based-replication], AC_HELP_STRING([--without-row-based-replication],
[Include row-based replication]), [Don't include row-based replication]),
[row_based="$withval"], [row_based="$withval"],
[row_based=yes]) [row_based=yes])
AC_MSG_CHECKING([for row-based replication]) AC_MSG_CHECKING([for row-based replication])
......
...@@ -427,6 +427,7 @@ inline double ulonglong2double(ulonglong value) ...@@ -427,6 +427,7 @@ inline double ulonglong2double(ulonglong value)
#define HAVE_SPATIAL 1 #define HAVE_SPATIAL 1
#define HAVE_RTREE_KEYS 1 #define HAVE_RTREE_KEYS 1
#define HAVE_ROW_BASED_REPLICATION 1
/* #undef HAVE_OPENSSL */ /* #undef HAVE_OPENSSL */
/* #undef HAVE_YASSL */ /* #undef HAVE_YASSL */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment