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/sql_load.cc | |
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/sql_load.cc')
-rw-r--r-- | sql/sql_load.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc index b85610eaa6f..9f75b52daef 100644 --- a/sql/sql_load.cc +++ b/sql/sql_load.cc @@ -465,7 +465,6 @@ bool mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list, #ifndef EMBEDDED_LIBRARY if (mysql_bin_log.is_open()) { -#ifdef HAVE_ROW_BASED_REPLICATION /* We need to do the job that is normally done inside binlog_query() here, which is to ensure that the pending event @@ -477,7 +476,6 @@ bool mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list, if (thd->current_stmt_binlog_row_based) thd->binlog_flush_pending_rows_event(true); else -#endif { /* As already explained above, we need to call end_io_cache() or the last |