~percona-toolkit-dev/percona-toolkit/pt-agent

« back to all changes in this revision

Viewing changes to bin/pt-duplicate-key-checker

  • Committer: Daniel Nichter
  • Date: 2013-02-05 17:22:31 UTC
  • mfrom: (503.4.14 percona-toolkit)
  • Revision ID: daniel@percona.com-20130205172231-hv40oswa9jfntbbl
Merge 2.1.8 and 2.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# ###########################################################################
40
40
{
41
41
package Percona::Toolkit;
42
 
our $VERSION = '2.1.7';
 
42
our $VERSION = '2.1.8';
43
43
 
44
44
1;
45
45
}
5416
5416
 
5417
5417
=head1 COPYRIGHT, LICENSE, AND WARRANTY
5418
5418
 
5419
 
This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc.
5420
 
Feedback and improvements are welcome.
 
5419
This program is copyright 2011-2013 Percona Ireland Ltd,
 
5420
2007-2011 Baron Schwartz.
5421
5421
 
5422
5422
THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
5423
5423
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
5435
5435
 
5436
5436
=head1 VERSION
5437
5437
 
5438
 
pt-duplicate-key-checker 2.1.7
 
5438
pt-duplicate-key-checker 2.1.8
5439
5439
 
5440
5440
=cut