List:Commits« Previous MessageNext Message »
From:monty Date:June 28 2006 2:24pm
Subject:bk commit into 5.1 tree (monty:1.2212)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of monty. When monty 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.2212 06/06/28 17:23:54 monty@stripped +2 -0
  Added -DHAVE_MUTEX_THREAD_ONLY to fix that bdb doesn't crash with "unable to initialize mutex"

  BUILD/compile-pentium-gcov
    1.15 06/06/28 17:23:51 monty@stripped +1 -1
    Added -DHAVE_MUTEX_THREAD_ONLY to fix that bdb doesn't crash with "unable to initialize mutex"

  BitKeeper/etc/ignore
    1.247 06/06/28 17:22:00 monty@stripped +1 -0
    added *.gcno

  BitKeeper/etc/ignore
    1.246 06/06/28 17:21:53 monty@stripped +1 -0
    added *.gcda

# 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:	monty
# Host:	narttu.mysql.fi
# Root:	/home/my/mysql-5.1

--- 1.14/BUILD/compile-pentium-gcov	2006-05-22 18:15:45 +03:00
+++ 1.15/BUILD/compile-pentium-gcov	2006-06-28 17:23:51 +03:00
@@ -14,7 +14,7 @@
 # The  -fprofile-arcs and -ftest-coverage options cause GCC to instrument the
 # code with profiling information used by gcov.
 # the -DDISABLE_TAO_ASM is needed to avoid build failures in Yassl.
-extra_flags="$pentium_cflags -fprofile-arcs -ftest-coverage -DDISABLE_TAO_ASM"
+extra_flags="$pentium_cflags -fprofile-arcs -ftest-coverage -DDISABLE_TAO_ASM -DHAVE_MUTEX_THREAD_ONLY"
 extra_configs="$pentium_configs $debug_configs --disable-shared $static_link"
 extra_configs="$extra_configs $max_configs"
 

--- 1.245/BitKeeper/etc/ignore	2006-06-13 22:58:27 +03:00
+++ 1.247/BitKeeper/etc/ignore	2006-06-28 17:22:00 +03:00
@@ -1777,3 +1777,5 @@
 vio/viotest.cpp
 zlib/*.ds?
 zlib/*.vcproj
+*.gcda
+*.gcno
Thread
bk commit into 5.1 tree (monty:1.2212)monty28 Jun