some spelling mistake

This commit is contained in:
utdrmac
2025-08-20 16:34:30 -05:00
parent 059a6fb52c
commit 01db562b10
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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";