Fix of myisamchk option typo (from Juan Londono)

This commit is contained in:
arjen@fred.bitbike.com 2002-03-22 12:25:53 +10:00
parent bac532053f
commit c84d0b6378

View file

@ -18907,7 +18907,7 @@ by sorting the index), update them.
@end itemize
@code{OPTIMIZE TABLE} for @code{MyISAM} tables is equvialent of running
@code{myisamchk --quick --check-changed-tables --sort-index --analyze}
@code{myisamchk --quick --check-only-changed --sort-index --analyze}
on the table.
Note that the table is locked during the time @code{OPTIMIZE TABLE} is
@ -50725,7 +50725,7 @@ Added @code{FAST}, @code{QUICK} @code{EXTENDED} check types to
@code{CHECK TABLES}.
@item
Changed @code{myisamchk} so that @code{--fast} and
@code{--check-changed-tables} are also honored with @code{--sort-index} and
@code{--check-only-changed} are also honored with @code{--sort-index} and
@code{--analyze}.
@item
Fixed fatal bug in @code{LOAD TABLE FROM MASTER} that did not lock the