Commit 1c8bf361 authored by unknown's avatar unknown
Browse files

config-win.h:

  Enable row based replication for Windows build
replication.m4:
  Made help text more clear, default is with row based replication enabled


config/ac-macros/replication.m4:
  Made help text more clear, default is with row based replication enabled
include/config-win.h:
  Enable row based replication for Windows build
parent 0d97c20e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ dnl ---------------------------------------------------------------------------

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])
+1 −0
Original line number Diff line number Diff line
@@ -427,6 +427,7 @@ inline double ulonglong2double(ulonglong value)

#define HAVE_SPATIAL 1
#define HAVE_RTREE_KEYS 1
#define HAVE_ROW_BASED_REPLICATION 1

/* #undef HAVE_OPENSSL */
/* #undef HAVE_YASSL */