diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2022-09-05 15:59:56 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2022-09-05 15:59:56 +0300 |
commit | dee24f31555ebbecb0843b34e35ba0ab21a9fe9a (patch) | |
tree | 7dd6837b9c00bf29a98e8efc33e6ccb24f874d20 /sql/sp_head.cc | |
parent | c8cd162a0a5daa17a8b6ca57f2dce44388b1b333 (diff) | |
parent | 5fdbb3a72ee5a532676242096aa92c6a3c6e4073 (diff) | |
download | mariadb-git-dee24f31555ebbecb0843b34e35ba0ab21a9fe9a.tar.gz |
Merge 10.7 into 10.8
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r-- | sql/sp_head.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc index 7f33ad5145a..37e7fffcdf7 100644 --- a/sql/sp_head.cc +++ b/sql/sp_head.cc @@ -46,6 +46,7 @@ #include "sql_audit.h" #include "debug_sync.h" #ifdef WITH_WSREP +#include "wsrep.h" #include "wsrep_trans_observer.h" #endif /* WITH_WSREP */ |