Below is the list of changes that have just been committed into a local
5.0 repository of cmiller. When cmiller 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-05-08 09:18:51-04:00, cmiller@stripped +1 -0
Bug #23294: Detection of sem_xxx functions on NetBSD broken and \
DragonflyBSD misc patches
Add the original intended test, since our current test for sched_yield
is insufficient to copy.
configure.in@stripped, 2007-05-08 09:18:49-04:00, cmiller@stripped +3 -0
We can't check for sched_yield, as that is in libc on FBSD.
Re-add the check for sem_init in librt.
# 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: cmiller
# Host: zippy.cornsilk.net
# Root: /home/cmiller/work/mysql/mysql-5.0-maint
--- 1.442/configure.in 2007-05-08 09:12:11 -04:00
+++ 1.443/configure.in 2007-05-08 09:18:49 -04:00
@@ -801,6 +801,9 @@ AC_SEARCH_LIBS(crypt, crypt, AC_DEFINE(H
# For the sched_yield() function on Solaris
AC_CHECK_FUNC(sched_yield, , AC_CHECK_LIB(posix4, sched_yield))
+# For the sem_*() functions on BSDish
+AC_CHECK_FUNC(sem_init, , AC_CHECK_LIB(rt, sem_init))
+
MYSQL_CHECK_ZLIB_WITH_COMPRESS
# For large pages support
| Thread |
|---|
| • bk commit into 5.0 tree (cmiller:1.2477) BUG#23294 | Chad MILLER | 8 May |