mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
manual.texi fix option name typo
manual.texi fix typo
This commit is contained in:
parent
74f5799f5b
commit
a100317499
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue