List:Commits« Previous MessageNext Message »
From:kent Date:March 6 2006 2:58pm
Subject:bk commit into 5.1 tree (kent:1.2152)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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
  1.2152 06/03/06 14:57:41 kent@stripped +1 -0
  mysql.spec.sh:
    Enabled fast mutexes, now default is off

  support-files/mysql.spec.sh
    1.131 06/03/06 14:55:34 kent@stripped +6 -0
    Enabled fast mutexes, now default is off

# 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:	c-4c4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/mysql-5.1-new

--- 1.130/support-files/mysql.spec.sh	2006-03-06 13:50:36 +01:00
+++ 1.131/support-files/mysql.spec.sh	2006-03-06 14:55:34 +01:00
@@ -224,6 +224,7 @@
 	    --with-zlib-dir=bundled \
 	    --enable-assembler \
 	    --enable-local-infile \
+	    --with-fast-mutexes \
             --with-mysqld-user=%{mysqld_user} \
             --with-unix-socket-path=/var/lib/mysql/mysql.sock \
             --prefix=/ \
@@ -708,6 +709,11 @@
 # itself - note that they must be ordered by date (important when
 # merging BK trees)
 %changelog 
+* Mon Mar 06 2006 Kent Boortz <kent@stripped>
+
+- Fast mutexes is now disabled by default, but should be
+  used in Linux builds.
+
 * Mon Feb 20 2006 Kent Boortz <kent@stripped>
 
 - Reintroduced a max build
Thread
bk commit into 5.1 tree (kent:1.2152)kent6 Mar