summaryrefslogtreecommitdiff
path: root/sql/mdl.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/mdl.cc
parentb86be02ecfbaab78e340bf4b59646816ea33a51f (diff)
parent9fefd440b516f2941710891d72489dac98a97d19 (diff)
downloadmariadb-git-5fdbb3a72ee5a532676242096aa92c6a3c6e4073.tar.gz
Merge 10.6 into 10.7
Diffstat (limited to 'sql/mdl.cc')
-rw-r--r--sql/mdl.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/mdl.cc b/sql/mdl.cc
index 127b4cb6792..7bc488b0016 100644
--- a/sql/mdl.cc
+++ b/sql/mdl.cc
@@ -30,6 +30,9 @@
#include <mysql/psi/mysql_mdl.h>
#include <algorithm>
#include <array>
+#ifdef WITH_WSREP
+#include "wsrep_mysqld.h"
+#endif
static PSI_memory_key key_memory_MDL_context_acquire_locks;