mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Fix of myisamchk option typo (from Juan Londono)
This commit is contained in:
parent
bac532053f
commit
c84d0b6378
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue