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
20445b49
Commit
20445b49
authored
Dec 05, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into krsna.patg.net:/home/patg/mysql-build/mysql-5.1-new2
parents
568dcdd1
a4235d27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
client/mysql.cc
client/mysql.cc
+1
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+7
-0
No files found.
client/mysql.cc
View file @
20445b49
...
@@ -728,7 +728,7 @@ static void usage(int version)
...
@@ -728,7 +728,7 @@ static void usage(int version)
my_progname
,
VER
,
MYSQL_SERVER_VERSION
,
SYSTEM_TYPE
,
MACHINE_TYPE
,
my_progname
,
VER
,
MYSQL_SERVER_VERSION
,
SYSTEM_TYPE
,
MACHINE_TYPE
,
readline
,
rl_library_version
);
readline
,
rl_library_version
);
#else
#else
printf
(
"%s Ver %s Distrib %s, for %s (%s)"
,
my_progname
,
VER
,
printf
(
"%s Ver %s Distrib %s, for %s (%s)
\n
"
,
my_progname
,
VER
,
MYSQL_SERVER_VERSION
,
SYSTEM_TYPE
,
MACHINE_TYPE
);
MYSQL_SERVER_VERSION
,
SYSTEM_TYPE
,
MACHINE_TYPE
);
#endif
#endif
...
...
support-files/mysql.spec.sh
View file @
20445b49
...
@@ -706,6 +706,13 @@ fi
...
@@ -706,6 +706,13 @@ fi
# itself - note that they must be ordered by date (important when
# itself - note that they must be ordered by date (important when
# merging BK trees)
# merging BK trees)
%changelog
%changelog
*
Mon Dec 05 2005 Joerg Bruehe <joerg@mysql.com>
- Avoid using the
"bundled"
zlib on
"shared"
builds:
As it is not installed
(
on the build system
)
, this gives dependency
problems with
"libtool"
causing the build to fail.
(
Change was
done
on Nov 11, but left uncommented.
)
*
Tue Nov 22 2005 Joerg Bruehe <joerg@mysql.com>
*
Tue Nov 22 2005 Joerg Bruehe <joerg@mysql.com>
- Extend the file existence check
for
"init.d/mysql"
on un-install
- Extend the file existence check
for
"init.d/mysql"
on un-install
...
...
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