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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
16041ad1
Commit
16041ad1
authored
Mar 26, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
parents
9f0ac6db
4bf55194
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Docs/manual.texi
Docs/manual.texi
+5
-5
No files found.
Docs/manual.texi
View file @
16041ad1
...
...
@@ -17724,9 +17724,9 @@ by row instead of creating one index at a time with sorting; This may be
better than sorting on fixed-length keys if you have long @code{char()}
keys that compress very good.
As of
MySQL 4.0.2 there is
@code{USE_FRM} mode for @code{REPAIR}.
Use it if
@file{.MYI} file is missing or
its header is corrupted.
In this mode MySQL will recreate the table, using information from
As of
@code{MySQL} 4.0.2 there is a
@code{USE_FRM} mode for @code{REPAIR}.
Use it if
the @file{.MYI} file is missing or if
its header is corrupted.
In this mode MySQL will recreate the table, using information from
the
@file{.frm} file. This kind of repair cannot be done with @code{myisamchk}.
@node Table maintenance, Maintenance regimen, REPAIR TABLE, Disaster Prevention
...
...
@@ -18391,8 +18391,8 @@ a copy in case something goes wrong.)
Go back to Stage 2. @code{myisamchk -r -q} should work now. (This shouldn't
be an endless loop.)
As of
MySQL
4.0.2 you can also use @code{REPAIR ... USE_FRM}
that doe
s the whole procedure automatically.
As of
@code{MySQL}
4.0.2 you can also use @code{REPAIR ... USE_FRM}
which perform
s the whole procedure automatically.
@noindent
@strong{Stage 4: Very difficult repair}
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