diff options
Diffstat (limited to 'sql/backup.cc')
-rw-r--r-- | sql/backup.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/backup.cc b/sql/backup.cc index 0e50d12550f..e38e5995845 100644 --- a/sql/backup.cc +++ b/sql/backup.cc @@ -36,6 +36,9 @@ #include <my_sys.h> #include <strfunc.h> // strconvert() #include "wsrep_mysqld.h" +#ifdef WITH_WSREP +#include "wsrep_server_state.h" +#endif /* WITH_WSREP */ static const char *stage_names[]= {"START", "FLUSH", "BLOCK_DDL", "BLOCK_COMMIT", "END", 0}; |