diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2022-09-05 14:55:47 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2022-09-05 14:55:47 +0300 |
commit | 5fdbb3a72ee5a532676242096aa92c6a3c6e4073 (patch) | |
tree | 1c81b028dab8a572dbdf1acbe76d6fd35f6e1dfb /sql/sql_reload.cc | |
parent | b86be02ecfbaab78e340bf4b59646816ea33a51f (diff) | |
parent | 9fefd440b516f2941710891d72489dac98a97d19 (diff) | |
download | mariadb-git-5fdbb3a72ee5a532676242096aa92c6a3c6e4073.tar.gz |
Merge 10.6 into 10.7
Diffstat (limited to 'sql/sql_reload.cc')
-rw-r--r-- | sql/sql_reload.cc | 3 |
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); |