Below is the list of changes that have just been committed into a local
5.1 repository of hf. When hf 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.2219 06/04/26 13:25:09 holyfoot@deer.(none) +1 -0
bug #18518 (embedded server crashes starting)
include/my_global.h
1.124 06/04/26 13:25:03 holyfoot@stripped +9 -0
we #define HAVE_ROW_BASED_REPLICATION and HAVE_NDB_BINLOG if it's
the case
# 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: holyfoot
# Host: deer.(none)
# Root: /home/hf/work/mysql-5.1.18518
--- 1.123/include/my_global.h Tue Mar 21 13:54:20 2006
+++ 1.124/include/my_global.h Wed Apr 26 13:25:03 2006
@@ -87,6 +87,15 @@
#endif
#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 */
#ifndef NETWARE_YIELD
#define NETWARE_YIELD
| Thread |
|---|
| • bk commit into 5.1 tree (holyfoot:1.2219) BUG#18518 | holyfoot | 26 Apr |