WL#3618 - Remove HAVE_ROW_BASED_REPLICATION from source code.

Please see worklog for details on files changed.
This commit is contained in:
cbell/Chuck@suse.vabb.com 2006-12-07 09:18:35 -05:00
commit 9f36c1c286
41 changed files with 15 additions and 246 deletions

View file

@ -229,10 +229,7 @@ AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [
if test X"$ndb_binlog" = Xdefault ||
test X"$ndb_binlog" = Xyes
then
if test X"$have_row_based" = Xyes
then
have_ndb_binlog="yes"
fi
have_ndb_binlog="yes"
fi
if test X"$have_ndb_binlog" = Xyes