~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 bin/pt-fingerprint

Merge pt-show-grant-ask-pass-print-Enter-password-in-stdout-1290911.

Show diffs side-by-side

added added

removed removed

Lines of Context:
868
868
   shift @_ if ref $_[0] eq __PACKAGE__;
869
869
   my ( $prompt ) = @_;
870
870
   local $OUTPUT_AUTOFLUSH = 1;
871
 
   print $prompt
 
871
   print STDERR $prompt
872
872
      or die "Cannot print: $OS_ERROR";
873
873
   my $response;
874
874
   eval {