From 01db562b10a85e548b4fdd044bcffd9af3c9ad2b Mon Sep 17 00:00:00 2001 From: utdrmac Date: Wed, 20 Aug 2025 16:34:30 -0500 Subject: [PATCH] some spelling mistake --- bin/pt-duplicate-key-checker | 2 +- bin/pt-online-schema-change | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index b48bf28a..9d0d0f38 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -5583,7 +5583,7 @@ optimizer, execute ALTER INDEX .. VISIBLE While dropping an index is a fast, background operation, adding indexes is a slow, CPU, and disk IO intensive operation. If you discover that an index -was incorrectly dropped, it becomes a NOOP to make the index visable again, +was incorrectly dropped, it becomes a NOOP to make the index visible again, compared to completely re-adding the index. =item --key-types diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index d3b1394e..3b5289e8 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -8879,7 +8879,7 @@ sub main { # it's a hack, like ignoring a problem instead of fixing it somehow. We # should take a look at the things that get printed in a "normal" # non-quiet run, and "if !quiet" them, and then do some kind of Logger.pm - # or Messager.pm module for a future release. + # or Message.pm module for a future release. close STDOUT; open STDOUT, '>', '/dev/null' or warn "Cannot reopen STDOUT to /dev/null: $OS_ERROR";