summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2022-09-05 14:55:47 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2022-09-05 14:55:47 +0300
commit5fdbb3a72ee5a532676242096aa92c6a3c6e4073 (patch)
tree1c81b028dab8a572dbdf1acbe76d6fd35f6e1dfb /sql/item_func.cc
parentb86be02ecfbaab78e340bf4b59646816ea33a51f (diff)
parent9fefd440b516f2941710891d72489dac98a97d19 (diff)
downloadmariadb-git-5fdbb3a72ee5a532676242096aa92c6a3c6e4073.tar.gz
Merge 10.6 into 10.7
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 0174569b554..76096dd73f3 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) {}