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
f3daf8ad
Commit
f3daf8ad
authored
Feb 26, 2008
by
kent@kent-amd64.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/kent/bk/build/mysql-5.0-build
into mysql.com:/home/kent/bk/build/mysql-5.1-build
parents
45442d08
ac15eee9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
10 deletions
+20
-10
config/ac-macros/character_sets.m4
config/ac-macros/character_sets.m4
+3
-3
config/ac-macros/misc.m4
config/ac-macros/misc.m4
+1
-1
configure.in
configure.in
+13
-3
storage/ndb/src/common/util/SocketServer.cpp
storage/ndb/src/common/util/SocketServer.cpp
+1
-1
support-files/MacOSX/Info.plist.sh
support-files/MacOSX/Info.plist.sh
+1
-1
support-files/MacOSX/Makefile.am
support-files/MacOSX/Makefile.am
+1
-1
No files found.
config/ac-macros/character_sets.m4
View file @
f3daf8ad
...
...
@@ -199,7 +199,7 @@ do
;;
*)
AC_MSG_ERROR([Charset '$cs' not available. (Available are: $CHARSETS_AVAILABLE).
See the Installation chapter in the Reference Manual.])
;
See the Installation chapter in the Reference Manual.])
esac
done
...
...
@@ -380,7 +380,7 @@ case $default_charset in
;;
*)
AC_MSG_ERROR([Charset $cs not available. (Available are: $CHARSETS_AVAILABLE).
See the Installation chapter in the Reference Manual.])
;
See the Installation chapter in the Reference Manual.])
esac
if test "$default_collation" = default; then
...
...
@@ -405,7 +405,7 @@ else
Collation $default_collation is not valid for character set $default_charset.
Valid collations are: $default_charset_collations.
See the Installation chapter in the Reference Manual.
])
;
])
fi
AC_DEFINE_UNQUOTED([MYSQL_DEFAULT_CHARSET_NAME], ["$default_charset"],
...
...
config/ac-macros/misc.m4
View file @
f3daf8ad
...
...
@@ -631,7 +631,7 @@ case $SYSTEM_TYPE in
esac
if test "$CXX_VERSION"
then
AC_MSG_CHECKING("C++ compiler version")
;
AC_MSG_CHECKING("C++ compiler version")
AC_MSG_RESULT("$CXX $CXX_VERSION")
fi
AC_SUBST(CXX_VERSION)
...
...
configure.in
View file @
f3daf8ad
...
...
@@ -23,9 +23,19 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
# Set all version vars based on $VERSION. How do we do this more elegant ?
# Remember that regexps needs to quote [ and ] since this is run through m4
MYSQL_NO_DASH_VERSION
=
`
echo
$VERSION
|
sed
-e
"s|[[a-z]]*-.*
$|
|"
`
MYSQL_BASE_VERSION
=
`
echo
$MYSQL_NO_DASH_VERSION
|
sed
-e
"s|
\.
[[^.]]*
$|
|"
`
MYSQL_VERSION_ID
=
`
echo
$MYSQL_NO_DASH_VERSION
|
sed
-e
's|[[^0-9.]].*$||;s|$|.|'
|
sed
-e
's/[[^0-9.]]//g; s/\./ /g; s/ \([[0-9]]\) / 0\\1 /g; s/ //g'
`
# We take some made up examples
#
# VERSION 5.1.40sp1-alpha 5.0.34a
# MYSQL_NO_DASH_VERSION 5.1.40sp1 5.0.34a
# MYSQL_NUMERIC_VERSION 5.1.40 5.0.34
# MYSQL_BASE_VERSION 5.1 5.0
# MYSQL_VERSION_ID 50140 50034
#
MYSQL_NO_DASH_VERSION
=
`
echo
$VERSION
|
sed
-e
"s|-.*
$|
|"
`
MYSQL_NUMERIC_VERSION
=
`
echo
$MYSQL_NO_DASH_VERSION
|
sed
-e
"s|[[a-z]][[a-z0-9]]*
$|
|"
`
MYSQL_BASE_VERSION
=
`
echo
$MYSQL_NUMERIC_VERSION
|
sed
-e
"s|
\.
[[^.]]*
$|
|"
`
MYSQL_VERSION_ID
=
`
echo
$MYSQL_NUMERIC_VERSION
|
\
awk
-F
.
'{printf "%d%0.2d%0.2d", $1, $2, $3}'
`
# Add previous major version for debian package upgrade path
MYSQL_PREVIOUS_BASE_VERSION
=
5.0
...
...
storage/ndb/src/common/util/SocketServer.cpp
View file @
f3daf8ad
...
...
@@ -112,7 +112,7 @@ SocketServer::setup(SocketServer::Service * service,
const
int
on
=
1
;
if
(
setsockopt
(
sock
,
SOL_SOCKET
,
SO_REUSEADDR
,
(
const
char
*
)
&
on
,
sizeof
(
on
))
==
-
1
)
{
DBUG_PRINT
(
"error"
,(
"
g
etsockopt() - %d - %s"
,
DBUG_PRINT
(
"error"
,(
"
s
etsockopt() - %d - %s"
,
errno
,
strerror
(
errno
)));
NDB_CLOSE_SOCKET
(
sock
);
DBUG_RETURN
(
false
);
...
...
support-files/MacOSX/Info.plist.sh
View file @
f3daf8ad
...
...
@@ -9,7 +9,7 @@
<key>CFBundleName</key>
<string>MySQL</string>
<key>CFBundleShortVersionString</key>
<string>@MYSQL_N
O_DASH
_VERSION@</string>
<string>@MYSQL_N
UMERIC
_VERSION@</string>
<key>IFPkgFlagAllowBackRev</key>
<
false
/>
<key>IFPkgFlagAuthorizationAction</key>
...
...
support-files/MacOSX/Makefile.am
View file @
f3daf8ad
...
...
@@ -47,7 +47,7 @@ SUFFIXES = .sh
@
SED@
\
-e
's!@''prefix''@!
$(prefix)
!g'
\
-e
's!@''VERSION''@!@VERSION@!'
\
-e
's!@''MYSQL_N
O_DASH_VERSION''@!@MYSQL_NO_DASH
_VERSION@!'
\
-e
's!@''MYSQL_N
UMERIC_VERSION''@!@MYSQL_NUMERIC
_VERSION@!'
\
-e
's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!'
\
-e
's!@''MYSQLD_USER''@!@MYSQLD_USER@!'
\
$<
>
$@
-t
...
...
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