diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2022-09-05 13:28:56 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2022-09-05 13:28:56 +0300 |
commit | ba987a46c9a7cb0e7418882c5be224c733098cf0 (patch) | |
tree | 3ebfc87e6530fc271c556441cfa5413caf73b4e5 /sql/wsrep_high_priority_service.cc | |
parent | 244fdc435da364aea3b6e55835115cc04fe3297f (diff) | |
parent | 2917bd0d2cf417cbf9c83b64ae2b7806bdb2f34e (diff) | |
download | mariadb-git-ba987a46c9a7cb0e7418882c5be224c733098cf0.tar.gz |
Merge 10.4 into 10.5
Diffstat (limited to 'sql/wsrep_high_priority_service.cc')
-rw-r--r-- | sql/wsrep_high_priority_service.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_high_priority_service.cc b/sql/wsrep_high_priority_service.cc index db6ba43edec..e165a204f56 100644 --- a/sql/wsrep_high_priority_service.cc +++ b/sql/wsrep_high_priority_service.cc @@ -19,6 +19,7 @@ #include "wsrep_schema.h" #include "wsrep_xid.h" #include "wsrep_trans_observer.h" +#include "wsrep_server_state.h" #include "sql_class.h" /* THD */ #include "transaction.h" |