diff options
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index e73058451dd..566aa465909 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -8133,7 +8133,7 @@ The startup parameters @code{myisam_max_extra_sort_file_size} and @code{myisam_max_extra_sort_file_size} are now given in bytes (was megabytes before 4.0.3). External system locking of MyISAM/ISAM files is now turned of by default. -One can turn this one by doing @code{--external-locking}. (For most users +One can turn this on by doing @code{--external-locking}. (For most users this is never needed). @item The following startup variables/options have been renamed: @@ -14344,7 +14344,7 @@ flush-privileges} or @code{mysqladmin reload}.) Never use host name cache for faster name-ip resolution, but query DNS server on every connect instead. @xref{DNS}. -@item --skip-extrnal-locking (was --skip-locking) +@item --skip-external-locking (was --skip-locking) Don't use system locking. To use @code{isamchk} or @code{myisamchk} you must shut down the server. @xref{Stability}. Note that in MySQL Version 3.23 you can use @code{REPAIR} and @code{CHECK} to repair/check @code{MyISAM} |