lp:~lachlan-mulcahy/percona-xtrabackup/1.6-bug903984
- Get this branch:
- bzr branch lp:~lachlan-mulcahy/percona-xtrabackup/1.6-bug903984
Branch merges
- Alexey Kopytov (community): Approve
- Stewart Smith: Pending requested
-
Diff: 50 lines (+34/-8)1 file modifiedinnobackupex (+34/-8)
Related bugs
Related blueprints
Branch information
- Owner:
- Lachlan Mulcahy
- Status:
- Merged
Recent revisions
- 311. By Lachlan Mulcahy
-
Improved fix for bug 903984 - now we remove the old, stale xtrabackup_
slave_info file in the target of an incremental apply if there is no updated xtrabackup_ slave_info in the incremental dir. This should avoid confusion or incorrect position usage too. - 310. By Lachlan Mulcahy
-
Fixed bug 903984. Now when innobackupex is used to apply incrementals to another directory, the xtrabackup_
slave_info file is updated if it exists. - 305. By Alexey Kopytov
-
Bug #408803: innodbbackupex reaches Servers wait_timeout
The problem was the flawed keep-alive logic in innobackupex: keep-alive
queries were only sent to server when mysql_keep_alive() or
mysql_check() were explicitly called. Which led to connection timeouts
when some activity between those calls (e.g. copying a large non-InnoDB
file) took longer than server's wait_timeout.Fixed innobackupex so that keep-alive queries are now sent automatically
using alarms. The time interval was also reduced from 1800 to 5 seconds
to accommodate low wait_timeout values. Since there is no need for
explicit calls to mysql_check() and mysql_keep_alive(), those functions
were removed.There is no test case, because time sensitive tests for innobackupex are
basically impossible. - 304. By Alexey Kopytov
-
Bug #884737: xtrabackup's --parallel option asserts / crashes with a
value of -1The problem was that my_getopt was implicitly converting negative
values to large positive ones, so xtrabackup would fail with an
asserts / crashes due to resource shortage.Fixed by changing 'parallel' to a signed option so negative values are
detected and adjusted to the default value of 1 by my_getopt. - 303. By Stewart Smith
-
merge bugfix for: Bug #809073: ibbackup-binary option in innobackupex does not work
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:percona-xtrabackup/2.0