summaryrefslogtreecommitdiff
path: root/extra/mariabackup/xb0xb.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mariabackup/xb0xb.h')
-rw-r--r--extra/mariabackup/xb0xb.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/mariabackup/xb0xb.h b/extra/mariabackup/xb0xb.h
index 919d1190806..cb1aedd5d13 100644
--- a/extra/mariabackup/xb0xb.h
+++ b/extra/mariabackup/xb0xb.h
@@ -27,13 +27,12 @@ extern pfs_os_file_t files[1000];
extern const char *innodb_checksum_algorithm_names[];
extern TYPELIB innodb_checksum_algorithm_typelib;
extern dberr_t open_or_create_data_files(
- ibool* create_new_db,
+ bool* create_new_db,
#ifdef UNIV_LOG_ARCHIVE
lsn_t* min_arch_log_no,
lsn_t* max_arch_log_no,
-#endif
- lsn_t* min_flushed_lsn,
- lsn_t* max_flushed_lsn,
+#endif
+ lsn_t* flushed_lsn,
ulint* sum_of_new_sizes)
;
int