summaryrefslogtreecommitdiff
path: root/sql/sql_reload.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/sql_reload.cc
parentb86be02ecfbaab78e340bf4b59646816ea33a51f (diff)
parent9fefd440b516f2941710891d72489dac98a97d19 (diff)
downloadmariadb-git-5fdbb3a72ee5a532676242096aa92c6a3c6e4073.tar.gz
Merge 10.6 into 10.7
Diffstat (limited to 'sql/sql_reload.cc')
-rw-r--r--sql/sql_reload.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_reload.cc b/sql/sql_reload.cc
index 1490ad554d7..8f0f15a982a 100644
--- a/sql/sql_reload.cc
+++ b/sql/sql_reload.cc
@@ -33,6 +33,9 @@
#include "debug_sync.h"
#include "des_key_file.h"
#include "transaction.h"
+#ifdef WITH_WSREP
+#include "wsrep_mysqld.h"
+#endif
static void disable_checkpoints(THD *thd);