diff options
author | paul@teton.kitebird.com <> | 2002-07-24 12:12:34 -0500 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2002-07-24 12:12:34 -0500 |
commit | 1f5276d389104519b4b358f2600f3cb5175ac6e4 (patch) | |
tree | 73d82bcbddb9adacb50241e1e3c4fff07a6bc073 /Docs | |
parent | 1f5573d81e871822a325009b98471143e2edfe45 (diff) | |
download | mariadb-git-1f5276d389104519b4b358f2600f3cb5175ac6e4.tar.gz |
manual.texi fix typo
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 8d9663bdbbf..31a3d5f7e06 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: |