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
e7f46fc9
Commit
e7f46fc9
authored
Jun 24, 2002
by
Sinisa@sinisa.nasamreza.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for a very small type in myisamchk usage text
parent
2a0fd31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
myisam/myisamchk.c
myisam/myisamchk.c
+3
-3
No files found.
myisam/myisamchk.c
View file @
e7f46fc9
...
...
@@ -241,7 +241,7 @@ static struct my_option my_long_options[] =
{
"unpack"
,
'u'
,
"Unpack file packed with myisampack."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"verbose"
,
'v'
,
"Print more information. This can be used with --descri
be
and --check. Use many -v for more verbosity!"
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
"Print more information. This can be used with --descri
ption
and --check. Use many -v for more verbosity!"
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"version"
,
'V'
,
"Print version and exit."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
...
...
@@ -312,7 +312,7 @@ static void usage(void)
-s, --silent Only print errors. One can use two -s to make
\n
\
myisamchk very silent
\n
\
-v, --verbose Print more information. This can be used with
\n
\
--descri
be
and --check. Use many -v for more verbosity!
\n
\
--descri
ption
and --check. Use many -v for more verbosity!
\n
\
-V, --version Print version and exit.
\n
\
-w, --wait Wait if table is locked.
\n
"
);
...
...
@@ -365,7 +365,7 @@ static void usage(void)
puts
(
"Other actions:
\n
\
-a, --analyze Analyze distribution of keys. Will make some joins in
\n
\
MySQL faster. You can check the calculated distribution
\n
\
by using '--descri
be
--verbose table_name'.
\n
\
by using '--descri
ption
--verbose table_name'.
\n
\
-d, --description Prints some information about table.
\n
\
-A, --set-auto-increment[=value]
\n
\
Force auto_increment to start at this or higher value
\n
\
...
...
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