~percona-toolkit-dev/percona-toolkit/pt-table-checksum-compatibility-with-pxc-1399789

« back to all changes in this revision

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

  • Committer: Frank Cizmich
  • Date: 2014-11-18 21:41:23 UTC
  • mfrom: (608.1.31 release-2.2.12)
  • Revision ID: frank.cizmich@percona.com-20141118214123-hyj5wno2onb5wo6o
merged release-2.2.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
{
40
40
package Percona::Toolkit;
41
41
 
42
 
our $VERSION = '2.2.11';
 
42
our $VERSION = '2.2.12';
43
43
 
44
44
use strict;
45
45
use warnings FATAL => 'all';
5600
5600
 
5601
5601
=head1 VERSION
5602
5602
 
5603
 
pt-duplicate-key-checker 2.2.11
 
5603
pt-duplicate-key-checker 2.2.12
5604
5604
 
5605
5605
=cut