Below is the list of changes that have just been committed into a local
5.0-community repository of mhansson. When mhansson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-09-11 12:25:48+02:00, mhansson@stripped +1 -0
Merge dl145s.mysql.com:/data0/mhansson/5.0c-virgin
into dl145s.mysql.com:/data0/mhansson/5.0c-bug28787
MERGE: 1.2294.56.1
configure.in@stripped, 2007-09-11 12:25:46+02:00, mhansson@stripped +2 -0
abcc;audh;khjkjb
MERGE: 1.407.1.6
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: mhansson
# Host: dl145s.mysql.com
# Root: /data0/mhansson/5.0c-bug28787/RESYNC
--- 1.426/configure.in 2007-04-26 17:51:34 +02:00
+++ 1.427/configure.in 2007-09-11 12:25:46 +02:00
@@ -487,7 +487,7 @@ then
FIND_PROC="$PS \$\$PID | grep -v grep | grep \$\$MYSQLD > /dev/null"
else
case $SYSTEM_TYPE in
- *freebsd*)
+ *freebsd*|*dragonfly*)
FIND_PROC="$PS p \$\$PID | grep -v grep | grep \$\$MYSQLD > /dev/null"
;;
*darwin*)
@@ -814,6 +814,8 @@ then
)
fi
+# For sem_xxx functions on NetBSD
+AC_CHECK_FUNC(sem_init, , AC_CHECK_LIB(rt, sem_init))
#--------------------------------------------------------------------
# Check for TCP wrapper support
#--------------------------------------------------------------------
@@ -1121,7 +1123,7 @@ case $SYSTEM_TYPE in
MAX_C_OPTIMIZE="-O"
fi
;;
- *freebsd*)
+ *freebsd*|*dragonfly*)
AC_MSG_WARN([Adding fix for interrupted reads])
OSVERSION=`sysctl -a | grep osreldate | awk '{ print $2 }'`
if test "$OSVERSION" -gt "480100" && \
| Thread |
|---|
| • bk commit into 5.0-community tree (mhansson:1.2477) | mhansson | 11 Sep |