From: Date: May 9 2007 12:20am Subject: bk commit into 5.1 tree (cmiller:1.2483) List-Archive: http://lists.mysql.com/commits/26338 Message-Id: <20070508222041.DCDB183051@zippy> Below is the list of changes that have just been committed into a local 5.1 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 18:20:34-04:00, cmiller@stripped +1 -0 Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint MERGE: 1.1810.2869.37 configure.in@stripped, 2007-05-08 18:20:29-04:00, cmiller@stripped +0 -0 Auto merged MERGE: 1.245.1.199 # 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.1-maint/RESYNC --- 1.459/configure.in 2007-05-08 09:20:32 -04:00 +++ 1.460/configure.in 2007-05-08 18:20:29 -04:00 @@ -765,9 +765,6 @@ 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