~percona-toolkit-dev/percona-toolkit/release-2.2.5

« back to all changes in this revision

Viewing changes to bin/pt-diskstats

  • Committer: Alexey Bychko
  • Date: 2013-10-31 15:16:51 UTC
  • mfrom: (633.2.1 release-2.2.5)
  • Revision ID: alexey.bychko@percona.com-20131031151651-3jcbohozut6jgzg2
Merged fixes for percona-toolkit-2.2.5 2nd

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
{
39
39
package Percona::Toolkit;
40
40
 
41
 
our $VERSION = '2.2.4';
 
41
our $VERSION = '2.2.5';
42
42
 
43
43
use strict;
44
44
use warnings FATAL => 'all';