Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
9e4b73ef
Commit
9e4b73ef
authored
Jun 25, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some caption capitalization/non-@code problems
parent
f8e43479
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Docs/manual.texi
Docs/manual.texi
+6
-6
No files found.
Docs/manual.texi
View file @
9e4b73ef
...
...
@@ -37322,8 +37322,8 @@ backup media.
@menu
* Key space:: Space needed for keys
* MyISAM table formats::
MyISAM table f
ormats
* MyISAM table problems::
MyISAM table problems.
* MyISAM table formats::
@code{MyISAM} Table F
ormats
* 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment