From 0b98d2fd2ab337d95b6b502b15ea86368c441026 Mon Sep 17 00:00:00 2001 From: Nirbhay Choubey Date: Wed, 21 May 2014 17:07:17 -0400 Subject: bzr merge -r4065..4088 codership/5.6 --- sql/wsrep_binlog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sql/wsrep_binlog.h') diff --git a/sql/wsrep_binlog.h b/sql/wsrep_binlog.h index f2ff713cf67..a3d8ec6ec2c 100644 --- a/sql/wsrep_binlog.h +++ b/sql/wsrep_binlog.h @@ -46,6 +46,9 @@ int wsrep_write_cache (wsrep_t* wsrep, /* Dump replication buffer to disk */ void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len); +/* Dump replication buffer to disk without intermediate buffer */ +void wsrep_dump_rbr_direct(THD* thd, IO_CACHE* cache); + 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); -- cgit v1.2.1