summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2022-09-05 13:28:56 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2022-09-05 13:28:56 +0300
commitba987a46c9a7cb0e7418882c5be224c733098cf0 (patch)
tree3ebfc87e6530fc271c556441cfa5413caf73b4e5 /sql/sql_class.cc
parent244fdc435da364aea3b6e55835115cc04fe3297f (diff)
parent2917bd0d2cf417cbf9c83b64ae2b7806bdb2f34e (diff)
downloadmariadb-git-ba987a46c9a7cb0e7418882c5be224c733098cf0.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index 5ff0a904adc..f909158702a 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -67,6 +67,7 @@
#ifdef WITH_WSREP
#include "wsrep_thd.h"
#include "wsrep_trans_observer.h"
+#include "wsrep_server_state.h"
#else
static inline bool wsrep_is_bf_aborted(THD* thd) { return false; }
#endif /* WITH_WSREP */