~percona-toolkit-dev/percona-toolkit/pt-table-checksum-fails-on-BINARY-field-in-PK-1381280

« back to all changes in this revision

Viewing changes to lib/Percona/Toolkit.pm

  • Committer: Daniel Nichter
  • Date: 2014-05-30 01:09:13 UTC
  • mfrom: (598.5.6 release-2.2.8)
  • Revision ID: daniel@percona.com-20140530010913-4wep0en37aa4vvok
Merge release-2.2.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# ###########################################################################
19
19
package Percona::Toolkit;
20
20
 
21
 
our $VERSION = '2.2.7';
 
21
our $VERSION = '2.2.8';
22
22
 
23
23
use strict;
24
24
use warnings FATAL => 'all';