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
75441c41
Commit
75441c41
authored
Jan 03, 2006
by
joerg@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright string fixes (bug#15974), version fix for 5.0.17a "certified".
parent
14f94dc0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
configure.in
configure.in
+2
-2
extra/comp_err.c
extra/comp_err.c
+4
-3
scripts/mysqld_multi.sh
scripts/mysqld_multi.sh
+0
-3
No files found.
configure.in
View file @
75441c41
...
...
@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# remember to also change ndb version below and update version.c in ndb
AM_INIT_AUTOMAKE
(
mysql, 5.0.17
)
AM_INIT_AUTOMAKE
(
mysql, 5.0.17
a
)
AM_CONFIG_HEADER
(
config.h
)
PROTOCOL_VERSION
=
10
...
...
@@ -18,7 +18,7 @@ SHARED_LIB_VERSION=15:0:0
# ndb version
NDB_VERSION_MAJOR
=
5
NDB_VERSION_MINOR
=
0
NDB_VERSION_BUILD
=
17
NDB_VERSION_BUILD
=
17
a
NDB_VERSION_STATUS
=
""
# Set all version vars based on $VERSION. How do we do this more elegant ?
...
...
extra/comp_err.c
View file @
75441c41
...
...
@@ -876,9 +876,10 @@ static void usage(void)
{
DBUG_ENTER
(
"usage"
);
print_version
();
printf
(
"This software comes with ABSOLUTELY NO WARRANTY. This is free "
"software,
\n
and you are welcome to modify and redistribute it under "
"the GPL license
\n
Usage:
\n
"
);
printf
(
"This software comes with ABSOLUTELY NO WARRANTY. "
"This is free software,
\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_variables
(
my_long_options
);
DBUG_VOID_RETURN
;
...
...
scripts/mysqld_multi.sh
View file @
75441c41
...
...
@@ -763,9 +763,6 @@ sub usage
print
<<
EOF
;
$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:
$my_progname
can be used to start, or stop any number of separate
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