~akopytov/percona-xtrabackup/compact-backups

« back to all changes in this revision

Viewing changes to src/ds_tmpfile.c

  • Committer: Alexey Kopytov
  • Date: 2013-01-14 11:02:59 UTC
  • Revision ID: akopytov@gmail.com-20130114110259-odgq3w8vk4o3o4j0
Compact backups implementation:
https://blueprints.launchpad.net/percona-xtrabackup/+spec/compact-backups

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
        xb_a(pipe_ctxt != NULL);
183
183
 
184
184
        buf = my_malloc(buf_size, MYF(MY_FAE));
185
 
        
 
185
 
186
186
        tmpfile_ctxt = (ds_tmpfile_ctxt_t *) ctxt->ptr;
187
187
        list = tmpfile_ctxt->file_list;
188
188