summaryrefslogtreecommitdiff
path: root/sql/sql_cache.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/sql_cache.cc
parent244fdc435da364aea3b6e55835115cc04fe3297f (diff)
parent2917bd0d2cf417cbf9c83b64ae2b7806bdb2f34e (diff)
downloadmariadb-git-ba987a46c9a7cb0e7418882c5be224c733098cf0.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r--sql/sql_cache.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc
index 9968f2d4ff8..520fbdc0ff2 100644
--- a/sql/sql_cache.cc
+++ b/sql/sql_cache.cc
@@ -347,6 +347,9 @@ TODO list:
#include "probes_mysql.h"
#include "transaction.h"
#include "strfunc.h"
+#ifdef WITH_WSREP
+#include "wsrep_mysqld.h"
+#endif
const uchar *query_state_map;