lp://staging/~akopytov/percona-xtrabackup/failures-test-1.6
- Get this branch:
- bzr branch lp://staging/~akopytov/percona-xtrabackup/failures-test-1.6
Branch merges
Branch information
- Owner:
- Alexey Kopytov
- Status:
- Development
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. - 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://staging/percona-xtrabackup/2.0