summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorunknown <sanja@montyprogram.com>2014-03-19 11:35:32 +0200
committerunknown <sanja@montyprogram.com>2014-03-19 11:35:32 +0200
commite7704bfdd6bf1be96026a708243aa33069246a99 (patch)
tree59e0bcc44802a7a90bba0d9eda30252896926c7c /sql/log_event.h
parentaf3180ab6fa13b58fa4a4a2b00a89f2969dfa68d (diff)
downloadmariadb-git-e7704bfdd6bf1be96026a708243aa33069246a99.tar.gz
RBR triggers compiled-out with ifdefs in 10.0
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index dc6afb10a6d..06da034dc58 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -4340,7 +4340,7 @@ protected:
bool process_triggers(trg_event_type event,
trg_action_time_type time_type,
bool old_row_is_record1);
-#endif
+#endif //defined(MYSQL_SERVER) && defined(HAVE_REPLICATION)
private: