diff options
Diffstat (limited to 'extra/mariabackup/wsrep.cc')
-rw-r--r-- | extra/mariabackup/wsrep.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/mariabackup/wsrep.cc b/extra/mariabackup/wsrep.cc index 6e02bf5ceab..fb66611b3ee 100644 --- a/extra/mariabackup/wsrep.cc +++ b/extra/mariabackup/wsrep.cc @@ -43,7 +43,7 @@ permission notice: #include <my_global.h> #include <my_base.h> #include <handler.h> -#include <trx0sys.h> +#include <trx0rseg.h> #include "common.h" #ifdef WITH_WSREP @@ -181,7 +181,7 @@ xb_write_galera_info(bool incremental_prepare) memset(&xid, 0, sizeof(xid)); xid.formatID = -1; - if (!trx_sys_read_wsrep_checkpoint(&xid)) { + if (!trx_rseg_read_wsrep_checkpoint(xid)) { return; } |