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
8f0f951b
Commit
8f0f951b
authored
May 15, 2002
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reformatted license statement in mysqlcheck usage output text to enable
mysql_copyright to replace it
parent
0fe3b5af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
client/mysqlcheck.c
client/mysqlcheck.c
+2
-3
No files found.
client/mysqlcheck.c
View file @
8f0f951b
...
@@ -112,9 +112,8 @@ static void usage(void)
...
@@ -112,9 +112,8 @@ static void usage(void)
{
{
print_version
();
print_version
();
puts
(
"By Jani Tolonen, 2001-04-20, MySQL Development Team
\n
"
);
puts
(
"By Jani Tolonen, 2001-04-20, MySQL Development Team
\n
"
);
puts
(
"This software comes with ABSOLUTELY NO WARRANTY. This is free"
);
puts
(
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,
\n
"
);
puts
(
"software and you are welcome to modify and redistribute it"
);
puts
(
"and you are welcome to modify and redistribute it under the GPL license.
\n
"
);
puts
(
"under the GPL license.
\n
"
);
puts
(
"This program can be used to CHECK (-c,-m,-C), REPAIR (-r), ANALYZE (-a)"
);
puts
(
"This program can be used to CHECK (-c,-m,-C), REPAIR (-r), ANALYZE (-a)"
);
puts
(
"or OPTIMIZE (-o) tables. Some of the options (like -e or -q) can be"
);
puts
(
"or OPTIMIZE (-o) tables. Some of the options (like -e or -q) can be"
);
puts
(
"used same time. It works on MyISAM and in some cases on BDB tables."
);
puts
(
"used same time. It works on MyISAM and in some cases on BDB tables."
);
...
...
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