diff options
author | paul@teton.kitebird.com <> | 2002-08-18 22:38:00 -0500 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2002-08-18 22:38:00 -0500 |
commit | a1003174993fed2782c2f6add9029caab2716e2a (patch) | |
tree | 44d40d9fd3a50d82890eaee2ce95b922cf1bfb60 | |
parent | 74f5799f5b9db4cfa84071e9cfdd1121dbfc2b02 (diff) | |
download | mariadb-git-a1003174993fed2782c2f6add9029caab2716e2a.tar.gz |
manual.texi fix option name typo
manual.texi fix typo
-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 dc1aa4a9ee0..a9fee2629dd 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -17800,7 +17800,7 @@ The different check types stand for the following: @item @code{QUICK} @tab Don't scan the rows to check for wrong links. @item @code{FAST} @tab Only check tables which haven't been closed properly. @item @code{CHANGED} @tab Only check tables which have been changed since last check or haven't been closed properly. -@item @code{MEDIUM} @tab Scan rows to verify that deleted links are okay. This also calculates a key checksum for the rows and verifies this with a calcualted checksum for the keys. +@item @code{MEDIUM} @tab Scan rows to verify that deleted links are okay. This also calculates a key checksum for the rows and verifies this with a calculated checksum for the keys. @item @code{EXTENDED} @tab Do a full key lookup for all keys for each row. This ensures that the table is 100% consistent, but will take a long time! @end multitable @@ -40550,7 +40550,7 @@ You may also want to change @code{binlog_cache_size} and @item To be able to rollback transactions BDB maintain log files. For maximum performance you should place these on another disk than your databases -by using the @code{--bdb_log_dir} options. +by using the @code{--bdb-logdir} option. @item MySQL performs a checkpoint each time a new BDB log file is started, and removes any log files that are not needed for |