mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
fix some caption capitalization/non-@code problems
This commit is contained in:
parent
cb3ac65b26
commit
e8ee5eb867
1 changed files with 6 additions and 6 deletions
|
|
@ -37322,8 +37322,8 @@ backup media.
|
|||
|
||||
@menu
|
||||
* Key space:: Space needed for keys
|
||||
* MyISAM table formats:: MyISAM table formats
|
||||
* MyISAM table problems:: MyISAM table problems.
|
||||
* MyISAM table formats:: @code{MyISAM} Table Formats
|
||||
* MyISAM table problems:: @code{MyISAM} Table Problems
|
||||
@end menu
|
||||
|
||||
|
||||
|
|
@ -37353,7 +37353,7 @@ high-byte first.
|
|||
|
||||
|
||||
@node MyISAM table formats, MyISAM table problems, Key space, MyISAM
|
||||
@subsection MyISAM Table Formats
|
||||
@subsection @code{MyISAM} Table Formats
|
||||
|
||||
@code{MyISAM} supports 3 different table types. Two of them are chosen
|
||||
automatically depending on the type of columns you are using. The third,
|
||||
|
|
@ -37527,20 +37527,20 @@ Can be uncompressed with @code{myisamchk}.
|
|||
|
||||
|
||||
@node MyISAM table problems, , MyISAM table formats, MyISAM
|
||||
@subsection MyISAM table problems.
|
||||
@subsection @code{MyISAM} Table Problems
|
||||
|
||||
The file format that MySQL uses to store data has been extensively
|
||||
tested, but there are always circumstances that may cause database tables
|
||||
to become corrupted.
|
||||
|
||||
@menu
|
||||
* Corrupted MyISAM tables:: Corrupted MyISAM tables.
|
||||
* Corrupted MyISAM tables:: Corrupted @code{MyISAM} Tables
|
||||
* MyISAM table close:: Clients is using or hasn't closed the table properly
|
||||
@end menu
|
||||
|
||||
|
||||
@node Corrupted MyISAM tables, MyISAM table close, MyISAM table problems, MyISAM table problems
|
||||
@subsubsection Corrupted MyISAM tables.
|
||||
@subsubsection Corrupted @code{MyISAM} Tables
|
||||
|
||||
Even if the MyISAM table format is very reliable (all changes to a table
|
||||
is written before the SQL statements returns) , you can still get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue