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
50486457
Commit
50486457
authored
Oct 06, 2009
by
Alexander Nozdrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport WL#4085: Merge revno:2617.56.29 from 6.0.
parent
f952bbe5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
124 deletions
+60
-124
netware/BUILD/compile-netware-START
netware/BUILD/compile-netware-START
+0
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-4
support-files/mysql.server.sh
support-files/mysql.server.sh
+59
-119
No files found.
netware/BUILD/compile-netware-START
View file @
50486457
...
...
@@ -22,6 +22,5 @@ base_configs=" \
--enable-local-infile
\
--with-extra-charsets=all
\
--prefix=N:/mysql
\
--without-mysqlmanager
\
--without-man
\
"
sql/mysqld.cc
View file @
50486457
...
...
@@ -7499,10 +7499,7 @@ SHOW_VAR status_vars[]= {
static
void
print_version
(
void
)
{
set_server_version
();
/*
Note: the instance manager keys off the string 'Ver' so it can find the
version from the output of 'mysqld --version', so don't change it!
*/
printf
(
"%s Ver %s for %s on %s (%s)
\n
"
,
my_progname
,
server_version
,
SYSTEM_TYPE
,
MACHINE_TYPE
,
MYSQL_COMPILATION_COMMENT
);
}
...
...
support-files/mysql.server.sh
View file @
50486457
This diff is collapsed.
Click to expand it.
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