summaryrefslogtreecommitdiff
path: root/sql/wsrep_client_service.cc
diff options
context:
space:
mode:
authorAlexey Yurchenko <alexey.yurchenko@galeracluster.com>2019-08-28 07:19:24 +0100
committerJan Lindström <jan.lindstrom@mariadb.com>2019-08-28 09:19:24 +0300
commit41fa564c88dc86a046d9e0b0a7c0bf4df2944492 (patch)
tree91713626d72907c4af2f64e63e5c687177a28935 /sql/wsrep_client_service.cc
parent53ee9c6cf9ecc7064222a24746cb5e6da3fc1402 (diff)
downloadmariadb-git-41fa564c88dc86a046d9e0b0a7c0bf4df2944492.tar.gz
MDEV-17048 Inconsistency voting support (#1373)
* Collect and pass apply error data to provider * Rollback failed transaction and continue operation if provider returns SUCCESS * MTR tests for inconsistency voting
Diffstat (limited to 'sql/wsrep_client_service.cc')
-rw-r--r--sql/wsrep_client_service.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/wsrep_client_service.cc b/sql/wsrep_client_service.cc
index b182691c593..0fa10c1c9ea 100644
--- a/sql/wsrep_client_service.cc
+++ b/sql/wsrep_client_service.cc
@@ -15,7 +15,6 @@
#include "wsrep_client_service.h"
#include "wsrep_high_priority_service.h"
-#include "wsrep_applier.h" /* wsrep_apply_events() */
#include "wsrep_binlog.h" /* wsrep_dump_rbr_buf() */
#include "wsrep_schema.h" /* remove_fragments() */
#include "wsrep_thd.h"