summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
diff options
context:
space:
mode:
authorunknown <cbell/Chuck@suse.vabb.com>2006-12-07 09:18:35 -0500
committerunknown <cbell/Chuck@suse.vabb.com>2006-12-07 09:18:35 -0500
commit85a8f7c7a9bf8e067500a78899874f1298e2bdf4 (patch)
treec08b6d74a80b3c187b4d906a036d251117a9fc60 /sql/sp_head.cc
parentd3f711fafc4928f941b8fc2fbceed5109b5d8bde (diff)
downloadmariadb-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/sp_head.cc')
-rw-r--r--sql/sp_head.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index 48c24248bc5..dfce2879ea7 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -1850,7 +1850,6 @@ sp_head::restore_lex(THD *thd)
oldlex->next_state= sublex->next_state;
oldlex->trg_table_fields.push_back(&sublex->trg_table_fields);
-#ifdef HAVE_ROW_BASED_REPLICATION
/*
If this substatement needs row-based, the entire routine does too (we
cannot switch from statement-based to row-based only for this
@@ -1858,7 +1857,6 @@ sp_head::restore_lex(THD *thd)
*/
if (sublex->binlog_row_based_if_mixed)
m_flags|= BINLOG_ROW_BASED_IF_MIXED;
-#endif
/*
Add routines which are used by statement to respective set for