List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:April 21 2007 3:42pm
Subject:bk commit into 5.1 tree (cmiller:1.2604)
View as plain text  
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-04-21 09:42:18-04:00, cmiller@stripped +1 -0
  Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community--bug23294
  into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-new-maint
  MERGE: 1.1810.2433.1

  configure.in@stripped, 2007-04-21 09:42:16-04:00, cmiller@stripped +0 -0
    Manual merge.
    MERGE: 1.245.71.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:	cmiller
# Host:	zippy.cornsilk.net
# Root:	/home/cmiller/work/mysql/mysql-5.1-new-maint/RESYNC

--- 1.454/configure.in	2007-04-20 04:46:29 -04:00
+++ 1.455/configure.in	2007-04-21 09:42:16 -04:00
@@ -450,7 +450,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*)
@@ -994,7 +994,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.1 tree (cmiller:1.2604)Chad MILLER21 Apr