summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2022-09-05 15:59:56 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2022-09-05 15:59:56 +0300
commitdee24f31555ebbecb0843b34e35ba0ab21a9fe9a (patch)
tree7dd6837b9c00bf29a98e8efc33e6ccb24f874d20 /sql/log_event.cc
parentc8cd162a0a5daa17a8b6ca57f2dce44388b1b333 (diff)
parent5fdbb3a72ee5a532676242096aa92c6a3c6e4073 (diff)
downloadmariadb-git-dee24f31555ebbecb0843b34e35ba0ab21a9fe9a.tar.gz
Merge 10.7 into 10.8
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r--sql/log_event.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc
index e8e854fba31..68b78e9353a 100644
--- a/sql/log_event.cc
+++ b/sql/log_event.cc
@@ -43,6 +43,9 @@
#include <strfunc.h>
#include "compat56.h"
#include "sql_insert.h"
+#ifdef WITH_WSREP
+#include "wsrep_mysqld.h"
+#endif /* WITH_WSREP */
#else
#include "mysqld_error.h"
#endif /* MYSQL_CLIENT */