Commit ca3277a8 authored by unknown's avatar unknown

bug #18518 (embedded server crashes starting)


include/my_global.h:
  we #define HAVE_ROW_BASED_REPLICATION and HAVE_NDB_BINLOG if it's
  the case
parent 7e52383d
...@@ -87,6 +87,15 @@ ...@@ -87,6 +87,15 @@
#endif #endif
#endif /* _WIN32... */ #endif /* _WIN32... */
#ifndef EMBEDDED_LIBRARY
#ifdef WITH_ROW_BASED_REPLICATION
#define HAVE_ROW_BASED_REPLICATION 1
#endif
#ifdef WITH_NDB_BINLOG
#define HAVE_NDB_BINLOG 1
#endif
#endif /* !EMBEDDED_LIBRARY */
/* Some defines to avoid ifdefs in the code */ /* Some defines to avoid ifdefs in the code */
#ifndef NETWARE_YIELD #ifndef NETWARE_YIELD
#define NETWARE_YIELD #define NETWARE_YIELD
......
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