Tar4ibd silently fails to send entire backup
Bug #690822 reported by
Lee Faris
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Critical
|
Stewart Smith |
Bug Description
tar4ibd will silently fail to send the entire contents of a large file if tar4ibd was compiled with a size_t of unsigned int. The function will succeed because 'enough' data was sent.
Since th_get_size() was redefined to return a long long in the tar4ibd patch the 'size' variable also needs to be a long long. Patch is included.
Related branches
lp://staging/~stewart/percona-xtrabackup/bug690822
- Alexey Kopytov (community): Approve
- Percona developers: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedpatches/tar4ibd_libtar-1.2.11.patch (+1/-1)
Changed in percona-xtrabackup: | |
status: | New → Confirmed |
assignee: | nobody → Alexey Kopytov (akopytov) |
importance: | Undecided → Medium |
milestone: | none → 1.6 |
Changed in percona-xtrabackup: | |
status: | Confirmed → New |
assignee: | Alexey Kopytov (akopytov) → Valentine Gostev (core-longbow) |
Changed in percona-xtrabackup: | |
milestone: | 1.6 → 1.7 |
tags: | added: tar4ibd |
Changed in percona-xtrabackup: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thank you.
The patch is needed for 32bit system to treat large file.