diff options
author | unknown <cbell/Chuck@suse.vabb.com> | 2006-12-07 09:18:35 -0500 |
---|---|---|
committer | unknown <cbell/Chuck@suse.vabb.com> | 2006-12-07 09:18:35 -0500 |
commit | 85a8f7c7a9bf8e067500a78899874f1298e2bdf4 (patch) | |
tree | c08b6d74a80b3c187b4d906a036d251117a9fc60 /sql/set_var.h | |
parent | d3f711fafc4928f941b8fc2fbceed5109b5d8bde (diff) | |
download | mariadb-git-85a8f7c7a9bf8e067500a78899874f1298e2bdf4.tar.gz |
WL#3618 - Remove HAVE_ROW_BASED_REPLICATION from source code.
Please see worklog for details on files changed.
BitKeeper/deleted/.del-have_row_based.require:
Delete: mysql-test/r/have_row_based.require
BitKeeper/deleted/.del-not_row_based.require:
Delete: mysql-test/r/not_row_based.require
BitKeeper/deleted/.del-have_row_based.inc:
Delete: mysql-test/include/have_row_based.inc
BitKeeper/deleted/.del-not_row_based.inc:
Delete: mysql-test/include/not_row_based.inc
BitKeeper/deleted/.del-replication.m4:
Delete: config/ac-macros/replication.m4
Diffstat (limited to 'sql/set_var.h')
-rw-r--r-- | sql/set_var.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/set_var.h b/sql/set_var.h index 01669b378e1..6135fdee159 100644 --- a/sql/set_var.h +++ b/sql/set_var.h @@ -940,9 +940,7 @@ public: } }; -#ifdef HAVE_ROW_BASED_REPLICATION extern void fix_binlog_format_after_update(THD *thd, enum_var_type type); -#endif class sys_var_thd_binlog_format :public sys_var_thd_enum { @@ -950,9 +948,7 @@ public: sys_var_thd_binlog_format(const char *name_arg, ulong SV::*offset_arg) :sys_var_thd_enum(name_arg, offset_arg, &binlog_format_typelib -#ifdef HAVE_ROW_BASED_REPLICATION , fix_binlog_format_after_update -#endif ) {}; bool is_readonly() const; |