fix some caption capitalization/non-@code problems

parent 19ddca70
...@@ -37322,8 +37322,8 @@ backup media. ...@@ -37322,8 +37322,8 @@ backup media.
@menu @menu
* Key space:: Space needed for keys * Key space:: Space needed for keys
* MyISAM table formats:: MyISAM table formats * MyISAM table formats:: @code{MyISAM} Table Formats
* MyISAM table problems:: MyISAM table problems. * MyISAM table problems:: @code{MyISAM} Table Problems
@end menu @end menu
...@@ -37353,7 +37353,7 @@ high-byte first. ...@@ -37353,7 +37353,7 @@ high-byte first.
@node MyISAM table formats, MyISAM table problems, Key space, MyISAM @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 @code{MyISAM} supports 3 different table types. Two of them are chosen
automatically depending on the type of columns you are using. The third, automatically depending on the type of columns you are using. The third,
...@@ -37527,20 +37527,20 @@ Can be uncompressed with @code{myisamchk}. ...@@ -37527,20 +37527,20 @@ Can be uncompressed with @code{myisamchk}.
@node MyISAM table problems, , MyISAM table formats, MyISAM @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 The file format that MySQL uses to store data has been extensively
tested, but there are always circumstances that may cause database tables tested, but there are always circumstances that may cause database tables
to become corrupted. to become corrupted.
@menu @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 * MyISAM table close:: Clients is using or hasn't closed the table properly
@end menu @end menu
@node Corrupted MyISAM tables, MyISAM table close, MyISAM table problems, MyISAM table problems @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 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 is written before the SQL statements returns) , you can still get
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment