summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-08-27 18:13:17 +0200
committerSergei Golubchik <sergii@pisem.net>2012-08-27 18:13:17 +0200
commit9a64d0794c3dce1652839820350a8c4b9b510e99 (patch)
tree33ebd07354a15944288a071bd9319dfa34f226ef /sql/log_event.h
parentced3907c02dfa3b237e14d79aa800b3a0769e94a (diff)
parente988c4dde6c1b88523b1d4e748cbd4f5025b128d (diff)
downloadmariadb-git-9a64d0794c3dce1652839820350a8c4b9b510e99.tar.gz
5.3 merge
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 00fddf1a821..bf45dd0cc93 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -4295,6 +4295,16 @@ bool event_checksum_test(uchar *buf, ulong event_len, uint8 alg);
uint8 get_checksum_alg(const char* buf, ulong len);
extern TYPELIB binlog_checksum_typelib;
+#ifndef MYSQL_CLIENT
+/**
+ The function is called by slave applier in case there are
+ active table filtering rules to force gathering events associated
+ with Query-log-event into an array to execute
+ them once the fate of the Query is determined for execution.
+*/
+bool slave_execute_deferred_events(THD *thd);
+#endif
+
/**
@} (end of group Replication)
*/