diff options
author | Nirbhay Choubey <nirbhay@skysql.com> | 2014-05-21 17:07:17 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@skysql.com> | 2014-05-21 17:07:17 -0400 |
commit | 0b98d2fd2ab337d95b6b502b15ea86368c441026 (patch) | |
tree | 43b49a7f5ccb94114797fcae41015ab9055685c4 /sql/wsrep_binlog.h | |
parent | 0903e2b744f627f57a99edd5d2b6ffdec1ef4a03 (diff) | |
download | mariadb-git-0b98d2fd2ab337d95b6b502b15ea86368c441026.tar.gz |
bzr merge -r4065..4088 codership/5.6
Diffstat (limited to 'sql/wsrep_binlog.h')
-rw-r--r-- | sql/wsrep_binlog.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |