~percona-core/percona-xtrabackup/release-1.6

Viewing all changes in revision 304.

  • Committer: Alexey Kopytov
  • Date: 2011-11-01 16:17:02 UTC
  • Revision ID: akopytov@gmail.com-20111101161702-6bllu10ikovbxd8j
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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: