Below is the list of changes that have just been committed into a local
5.1 repository of vtkachenko. When vtkachenko 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:13:01 vtkachenko@stripped +1 -0
configure.in:
Change default value --with-fast-mutexes=no
configure.in
1.347 06/03/06 14:12:20 vtkachenko@stripped +1 -1
Change default value --with-fast-mutexes=no
# 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: vtkachenko
# Host: quadxeon.mysql.com
# Root: /benchmarks/ext3/BUILDS/mysql-5.1-new
--- 1.346/configure.in 2006-03-03 12:03:23 +01:00
+++ 1.347/configure.in 2006-03-06 14:12:20 +01:00
@@ -1592,7 +1592,7 @@
AC_ARG_WITH([fast-mutexes],
AC_HELP_STRING([--with-fast-mutexes],
[compile with fast mutexes (default is enabled)]),
- [with_fast_mutexes=$withval], [with_fast_mutexes=yes])
+ [with_fast_mutexes=$withval], [with_fast_mutexes=no])
fi
if test "$with_fast_mutexes" = "yes"
| Thread |
|---|
| • bk commit into 5.1 tree (vtkachenko:1.2152) | Vadim Tkachenko | 6 Mar |