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.cc | |
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.cc')
-rw-r--r-- | sql/wsrep_binlog.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sql/wsrep_binlog.cc b/sql/wsrep_binlog.cc index 6e4e9f50e31..9602dd698eb 100644 --- a/sql/wsrep_binlog.cc +++ b/sql/wsrep_binlog.cc @@ -376,20 +376,6 @@ int wsrep_binlog_close_connection(THD* thd) DBUG_RETURN(0); } -int wsrep_binlog_savepoint_set(THD *thd, void *sv) -{ - if (!wsrep_emulate_bin_log) return 0; - int rcode = binlog_hton->savepoint_set(binlog_hton, thd, sv); - return rcode; -} - -int wsrep_binlog_savepoint_rollback(THD *thd, void *sv) -{ - if (!wsrep_emulate_bin_log) return 0; - int rcode = binlog_hton->savepoint_rollback(binlog_hton, thd, sv); - return rcode; -} - #if 0 void wsrep_dump_rbr_direct(THD* thd, IO_CACHE* cache) { |