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
4bf55194
Commit
4bf55194
authored
Mar 26, 2002
by
arjen@fred.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixups for REPAIR ... USE_FRM additions to manual.
parent
495e24a4
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 @
4bf55194
...
...
@@ -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