~laurynas-biveinis/percona-xtrabackup/xtrabackup-page-filters

Viewing all changes in revision 399.

  • Committer: Laurynas Biveinis
  • Date: 2012-05-25 11:38:15 UTC
  • Revision ID: laurynas.biveinis@percona.com-20120525113815-z4hi7744u6g8va7i
Non-functional refactoring:

- Rename page-filt.* to write_filt.*, page_filt to write_filt in
  identifies, pf to wf in abbreviations.
- New file xtrabackup.h to contain extern declarations for
  xtrabackup.c definitions. Move xb_delta_info_t, xb_stream_fmt_t,
  xtrabackup_io_throttling and xb_write_delta declarations there from
  common.h. Add declaration for incremental_lsn there.
- Provide stub defines and declarations for posix_fadvise in case it
  is unavailable and call posix_fadvise unconditionally everywhere.
- Move get_bit_shift to common.h from innodb_int.h.
- Free ctxt in tmpfile_init on mutex initialization failure.
- wf_incremental_process: remove unused local var buf_end.
- data_copy_thread_func: remove unused local var space.
- Some whitespace fixes.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: