From: kent Date: March 14 2007 1:31pm Subject: bk commit into 5.0 tree (kent:1.2480) List-Archive: http://lists.mysql.com/commits/21880 Message-Id: <20070314133148.0F72BCB810A@kent-amd64.localdomain> Below is the list of changes that have just been committed into a local 5.0 repository of kent. When kent 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-03-14 14:31:44+01:00, kent@stripped +1 -0 Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build into mysql.com:/home/kent/bk/tmp/mysql-5.0-build MERGE: 1.1616.2877.64 configure.in@stripped, 2007-03-14 14:31:41+01:00, kent@stripped +0 -0 Auto merged MERGE: 1.201.64.27 # 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: kent # Host: kent-amd64.(none) # Root: /home/kent/bk/tmp/mysql-5.0-build/RESYNC --- 1.431/configure.in 2007-03-14 14:31:47 +01:00 +++ 1.432/configure.in 2007-03-14 14:31:47 +01:00 @@ -778,6 +778,9 @@ # Check if crypt() exists in libc or libcrypt, sets LIBS if needed AC_SEARCH_LIBS(crypt, crypt, AC_DEFINE(HAVE_CRYPT, 1, [crypt])) +# For the sched_yield() function on Solaris +AC_CHECK_FUNC(sched_yield, , AC_CHECK_LIB(posix4, sched_yield)) + MYSQL_CHECK_ZLIB_WITH_COMPRESS # For large pages support