diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2022-09-05 14:05:30 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2022-09-05 14:05:30 +0300 |
commit | 9fefd440b516f2941710891d72489dac98a97d19 (patch) | |
tree | 38243aa3db89d9ae17fcc7366347129586656fe8 /sql/sql_class.cc | |
parent | 3c7887a85f2ed628aee28bf586c2ed115fe47186 (diff) | |
parent | ba987a46c9a7cb0e7418882c5be224c733098cf0 (diff) | |
download | mariadb-git-9fefd440b516f2941710891d72489dac98a97d19.tar.gz |
Merge 10.5 into 10.6
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index d670bbce5f7..78417afeac7 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 */ |