summaryrefslogtreecommitdiff
path: root/sql/wsrep_applier.h
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2015-04-01 18:25:40 -0400
committerNirbhay Choubey <nirbhay@mariadb.com>2015-04-01 18:25:40 -0400
commit575dd775046b7dd53330bcb01b81dceeffeb2e88 (patch)
treee06f331bd2be8fe13fcb51b6a0633f09098dc393 /sql/wsrep_applier.h
parentcbc5157feb9801310e458f7ed10983ad478c881e (diff)
downloadmariadb-git-575dd775046b7dd53330bcb01b81dceeffeb2e88.tar.gz
MDEV-7867: Add binlog header to GRA_.log file
Diffstat (limited to 'sql/wsrep_applier.h')
-rw-r--r--sql/wsrep_applier.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/wsrep_applier.h b/sql/wsrep_applier.h
index 816970db67c..c3892e2dac4 100644
--- a/sql/wsrep_applier.h
+++ b/sql/wsrep_applier.h
@@ -18,6 +18,9 @@
#include <sys/types.h>
+void wsrep_set_apply_format(THD* thd, Format_description_log_event* ev);
+Format_description_log_event* wsrep_get_apply_format(THD* thd);
+
/* wsrep callback prototypes */
wsrep_cb_status_t wsrep_apply_cb(void *ctx,