~hingo/percona-toolkit/pqd-mongodb-24

« back to all changes in this revision

Viewing changes to bin/pt-diskstats

  • Committer: Brian Fraser
  • Date: 2012-12-21 17:38:09 UTC
  • mto: (503.1.16 2.1)
  • mto: This revision was merged to the branch mainline in revision 508.
  • Revision ID: brian.fraser@percona.com-20121221173809-tmpa3gotcs1qbd1x
BuildĀ percona-toolkit-2.1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# ###########################################################################
39
39
{
40
40
package Percona::Toolkit;
41
 
our $VERSION = '2.1.7';
 
41
our $VERSION = '2.1.8';
42
42
 
43
43
1;
44
44
}
1240
1240
                     . (defined $f ? '%09.6f' : '%02d'),
1241
1241
                     $y + 2000, $m, $d, $h, $i, (defined $f ? $s + $f : $s);
1242
1242
   }
 
1243
   elsif ( $val =~ m/^$proper_ts$/ ) {
 
1244
      return $val;
 
1245
   }
1243
1246
   return $val;
1244
1247
}
1245
1248
 
5567
5570
 
5568
5571
=head1 VERSION
5569
5572
 
5570
 
pt-diskstats 2.1.7
 
5573
pt-diskstats 2.1.8
5571
5574
 
5572
5575
=cut