mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
bug #18518 (embedded server crashes starting)
The problem is that now server works properly only with the row-based replication
This commit is contained in:
parent
d0a3ce5da4
commit
25f56ce8b4
9 changed files with 35 additions and 4 deletions
|
|
@ -238,7 +238,7 @@ AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [
|
|||
|
||||
if test X"$have_ndb_binlog" = Xyes
|
||||
then
|
||||
AC_DEFINE([HAVE_NDB_BINLOG], [1],
|
||||
AC_DEFINE([WITH_NDB_BINLOG], [1],
|
||||
[Including Ndb Cluster Binlog])
|
||||
AC_MSG_RESULT([Including Ndb Cluster Binlog])
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue