~akopytov/percona-xtrabackup/support-gtid-2.1

« back to all changes in this revision

Viewing changes to src/xtrabackup.h

MergedĀ lp:~laurynas-biveinis/percona-xtrabackup/xb-changed-page-bitmap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "datasink.h"
25
25
#include "innodb_int.h"
 
26
#include "changed_page_bitmap.h"
26
27
 
27
28
typedef struct {
28
29
        ulint   page_size;
46
47
extern ds_ctxt_t        *ds_meta;
47
48
extern ds_ctxt_t        *ds_data;
48
49
 
 
50
/* The last checkpoint LSN at the backup startup time */
 
51
extern lsn_t checkpoint_lsn_start;
 
52
 
 
53
extern xb_page_bitmap *changed_page_bitmap;
 
54
 
49
55
void xtrabackup_io_throttling(void);
50
56
my_bool xb_write_delta_metadata(const char *filename,
51
57
                                const xb_delta_info_t *info);