summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2022-09-05 13:28:56 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2022-09-05 13:28:56 +0300
commitba987a46c9a7cb0e7418882c5be224c733098cf0 (patch)
tree3ebfc87e6530fc271c556441cfa5413caf73b4e5 /sql/item_func.cc
parent244fdc435da364aea3b6e55835115cc04fe3297f (diff)
parent2917bd0d2cf417cbf9c83b64ae2b7806bdb2f34e (diff)
downloadmariadb-git-ba987a46c9a7cb0e7418882c5be224c733098cf0.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r--sql/item_func.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc
index 1da220d7276..d07640d1120 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -55,6 +55,9 @@
#include "debug_sync.h"
#include "sql_base.h"
#include "sql_cte.h"
+#ifdef WITH_WSREP
+#include "mysql/service_wsrep.h"
+#endif /* WITH_WSREP */
#ifdef NO_EMBEDDED_ACCESS_CHECKS
#define sp_restore_security_context(A,B) while (0) {}