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

« back to all changes in this revision

Viewing changes to bin/pt-show-grants

  • 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:
903
903
         $parse  = 0;
904
904
         next LINE;
905
905
      }
 
906
 
 
907
      if (  $parse 
 
908
            && !$self->has('version-check') 
 
909
            && $line =~ /version-check/ 
 
910
      ) {
 
911
         next LINE;
 
912
      }
 
913
 
906
914
      if ( $parse
907
915
         && (my($opt, $arg) = $line =~ m/^\s*([^=\s]+?)(?:\s*=\s*(.*?)\s*)?$/)
908
916
      ) {
2406
2414
 
2407
2415
=head1 VERSION
2408
2416
 
2409
 
pt-show-grants 2.2.11
 
2417
pt-show-grants 2.2.12
2410
2418
 
2411
2419
=cut