lp:~akopytov/percona-xtrabackup/failures-test-1.6

Created by Alexey Kopytov and last modified
Get this branch:
bzr branch lp:~akopytov/percona-xtrabackup/failures-test-1.6
Only Alexey Kopytov can upload to this branch. If you are Alexey Kopytov please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

312. By Alexey Kopytov

Don't use `cat ...` in mysql_ping() because that makes other system()
calls return -1 i it is interrupted by a SIGALRM handler.

311. By Alexey Kopytov

Fixed unnecessary output redirection in test scripts to fix some of
sporadic test failures in Jenkins.

310. By Alexey Kopytov

Bug #514068: Output to STDOUT and STDERR is not conventional

Fixed innobackupex and xtrabackup so that messages are always sent to
stderr.

309. By Alexey Kopytov

Merged from trunk.

308. By Alexey Kopytov

Manual merge from the bug branch (conflict in innobackupex).

307. By Alexey Kopytov

Merge from the BP tree.

306. By Alexey Kopytov

Merge from the BP tree.

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 -1

The 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
This branch contains Public information 
Everyone can see this information.

Subscribers