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

« back to all changes in this revision

Viewing changes to bin/pt-online-schema-change

  • 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:
51
51
# ###########################################################################
52
52
{
53
53
package Percona::Toolkit;
54
 
our $VERSION = '2.1.7';
 
54
our $VERSION = '2.1.8';
55
55
 
56
56
1;
57
57
}
5835
5835
                     . (defined $f ? '%09.6f' : '%02d'),
5836
5836
                     $y + 2000, $m, $d, $h, $i, (defined $f ? $s + $f : $s);
5837
5837
   }
 
5838
   elsif ( $val =~ m/^$proper_ts$/ ) {
 
5839
      return $val;
 
5840
   }
5838
5841
   return $val;
5839
5842
}
5840
5843
 
10849
10852
 
10850
10853
=head1 VERSION
10851
10854
 
10852
 
pt-online-schema-change 2.1.7
 
10855
pt-online-schema-change 2.1.8
10853
10856
 
10854
10857
=cut