diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-03-30 11:44:51 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-03-30 11:44:51 +0300 |
commit | 3b5e242640a2c3c52ad9d9374c8f7e662da7b992 (patch) | |
tree | 397ac4cfa76669d480555f1a3695e8d6356062be /sql/wsrep_binlog.h | |
parent | b11ff3d49581d9e7b6f8b990f08e85e4d6384418 (diff) | |
parent | 36e9cb54f9b0c3f9048e674f257ee60154c4a1a5 (diff) | |
download | mariadb-git-bb-10.2-MDEV-22021.tar.gz |
Merge branch 'codership-10.2-MDEV-22021' into bb-10.2-MDEV-22021bb-10.2-MDEV-22021
Diffstat (limited to 'sql/wsrep_binlog.h')
-rw-r--r-- | sql/wsrep_binlog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/wsrep_binlog.h b/sql/wsrep_binlog.h index c2ccacdc180..ed8e19ed651 100644 --- a/sql/wsrep_binlog.h +++ b/sql/wsrep_binlog.h @@ -54,7 +54,5 @@ void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf, size_t buf_len); 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); #endif /* WSREP_BINLOG_H */ |