diff options
author | cbell/Chuck@suse.vabb.com <> | 2006-12-07 09:18:35 -0500 |
---|---|---|
committer | cbell/Chuck@suse.vabb.com <> | 2006-12-07 09:18:35 -0500 |
commit | 9f36c1c286ebf411ef3eda0a88ab563c18898edd (patch) | |
tree | c08b6d74a80b3c187b4d906a036d251117a9fc60 /sql/log.h | |
parent | 6b4d69c588bf6c54461e3adcc3cfbfeb986fda0f (diff) | |
download | mariadb-git-9f36c1c286ebf411ef3eda0a88ab563c18898edd.tar.gz |
WL#3618 - Remove HAVE_ROW_BASED_REPLICATION from source code.
Please see worklog for details on files changed.
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/log.h b/sql/log.h index f39b52f5db2..66a388d7017 100644 --- a/sql/log.h +++ b/sql/log.h @@ -601,14 +601,12 @@ public: enum enum_binlog_format { BINLOG_FORMAT_STMT= 0, // statement-based -#ifdef HAVE_ROW_BASED_REPLICATION BINLOG_FORMAT_ROW= 1, // row_based /* statement-based except for cases where only row-based can work (UUID() etc): */ BINLOG_FORMAT_MIXED= 2, -#endif /* This value is last, after the end of binlog_format_typelib: it has no corresponding cell in this typelib. We use this value to be able to know if |