diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2017-09-16 22:19:16 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2017-09-16 22:19:16 +0200 |
commit | d1253e19a1db9aa468035ab126efd50415fc0782 (patch) | |
tree | 30deaadefe75e0448c920db2e716385abfb53529 /extra/mariabackup/wsrep.cc | |
parent | 836d4e74d9416a1af839f8068c5a07bee6f4b71e (diff) | |
download | mariadb-git-d1253e19a1db9aa468035ab126efd50415fc0782.tar.gz |
Fix compilation in mariabackup
Compilation got confused about 2 wsrep.h headers in include path
Rename backup's wsrep.h to backup_wsrep.h to fixO
Diffstat (limited to 'extra/mariabackup/wsrep.cc')
-rw-r--r-- | extra/mariabackup/wsrep.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/mariabackup/wsrep.cc b/extra/mariabackup/wsrep.cc index be11e058255..7b196725c07 100644 --- a/extra/mariabackup/wsrep.cc +++ b/extra/mariabackup/wsrep.cc @@ -46,6 +46,7 @@ permission notice: #include <trx0sys.h> #include "common.h" +#include "backup_wsrep.h" #ifdef WITH_WSREP #define WSREP_XID_PREFIX "WSREPXid" #define WSREP_XID_PREFIX_LEN MYSQL_XID_PREFIX_LEN |