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
ec6ce9a7
Commit
ec6ce9a7
authored
Jan 18, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/M50/merge-5.0
parents
e0db2186
eccc4bca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
extra/comp_err.c
extra/comp_err.c
+4
-3
scripts/mysqld_multi.sh
scripts/mysqld_multi.sh
+0
-3
No files found.
extra/comp_err.c
View file @
ec6ce9a7
...
@@ -876,9 +876,10 @@ static void usage(void)
...
@@ -876,9 +876,10 @@ static void usage(void)
{
{
DBUG_ENTER
(
"usage"
);
DBUG_ENTER
(
"usage"
);
print_version
();
print_version
();
printf
(
"This software comes with ABSOLUTELY NO WARRANTY. This is free "
printf
(
"This software comes with ABSOLUTELY NO WARRANTY. "
"software,
\n
and you are welcome to modify and redistribute it under "
"This is free software,
\n
"
"the GPL license
\n
Usage:
\n
"
);
"and you are welcome to modify and redistribute it under the GPL license.
\n
"
"Usage:
\n
"
);
my_print_help
(
my_long_options
);
my_print_help
(
my_long_options
);
my_print_variables
(
my_long_options
);
my_print_variables
(
my_long_options
);
DBUG_VOID_RETURN
;
DBUG_VOID_RETURN
;
...
...
scripts/mysqld_multi.sh
View file @
ec6ce9a7
...
@@ -763,9 +763,6 @@ sub usage
...
@@ -763,9 +763,6 @@ sub usage
print
<<
EOF
;
print
<<
EOF
;
$my_progname
version
$VER
by Jani Tolonen
$my_progname
version
$VER
by Jani Tolonen
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license.
Description:
Description:
$my_progname
can be used to start, or stop any number of separate
$my_progname
can be used to start, or stop any number of separate
mysqld processes running in different TCP/IP ports and UNIX sockets.
mysqld processes running in different TCP/IP ports and UNIX sockets.
...
...
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