summaryrefslogtreecommitdiff
path: root/sql/wsrep_binlog.h
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@skysql.com>2014-03-25 17:01:05 -0400
committerNirbhay Choubey <nirbhay@skysql.com>2014-03-25 17:01:05 -0400
commit899f9801d4466a6ecccd32a34a38aaf19019e39a (patch)
tree67d0be09c93257a3eb9f687af2ffeca172a05bec /sql/wsrep_binlog.h
parent3088d52c20eca10e5b8689648edef8f7fd49830a (diff)
downloadmariadb-git-899f9801d4466a6ecccd32a34a38aaf19019e39a.tar.gz
bzr merge -r3946..3968 codership/5.5
Diffstat (limited to 'sql/wsrep_binlog.h')
-rw-r--r--sql/wsrep_binlog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/wsrep_binlog.h b/sql/wsrep_binlog.h
index 408cc9b425c..f2ff713cf67 100644
--- a/sql/wsrep_binlog.h
+++ b/sql/wsrep_binlog.h
@@ -50,4 +50,7 @@ int wsrep_binlog_close_connection(THD* thd);
int wsrep_binlog_savepoint_set(THD *thd, void *sv);
int wsrep_binlog_savepoint_rollback(THD *thd, void *sv);
+/* Dump replication buffer to disk without intermediate buffer */
+void wsrep_dump_rbr_direct(THD* thd, IO_CACHE* cache);
+
#endif /* WSREP_BINLOG_H */