summaryrefslogtreecommitdiff
path: root/storage/xtradb/row/row0upd.cc
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-09-27 22:29:10 +0200
committerSergei Golubchik <serg@mariadb.org>2014-10-01 23:48:34 +0200
commit7aabc2ded2b63fed1e149276bfb5f8e0fd7d723f (patch)
tree1fb5d91a553036e7faee2400cde45a94a99cd049 /storage/xtradb/row/row0upd.cc
parent8877adb773abeafafcdee18fe30fca1c8589ee2c (diff)
downloadmariadb-git-7aabc2ded2b63fed1e149276bfb5f8e0fd7d723f.tar.gz
fixing embedded: WaaS. Wsrep as a Service.
Diffstat (limited to 'storage/xtradb/row/row0upd.cc')
-rw-r--r--storage/xtradb/row/row0upd.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/storage/xtradb/row/row0upd.cc b/storage/xtradb/row/row0upd.cc
index bdd2a691368..a642f7932b7 100644
--- a/storage/xtradb/row/row0upd.cc
+++ b/storage/xtradb/row/row0upd.cc
@@ -53,10 +53,9 @@ Created 12/27/1996 Heikki Tuuri
#include "pars0sym.h"
#include "eval0eval.h"
#include "buf0lru.h"
-#ifdef WITH_WSREP
-extern my_bool wsrep_debug;
-#endif
+#include <mysql/plugin.h>
+#include <mysql/service_wsrep.h>
/* What kind of latch and lock can we assume when the control comes to
-------------------------------------------------------------------