List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:July 5 2007 10:29pm
Subject:bk commit into 6.0-falcon tree (hakank:1.2590)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0-falcon repository of hakan. When hakan 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-07-05 22:29:02+02:00, hakank@stripped +1 -0
  Revert wrong Valgrind error fix.

  storage/falcon/SerialLogFile.cpp@stripped, 2007-07-05 22:28:57+02:00,
hakank@stripped +0 -4
    Revert wrong Valgrind error fix.

# 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:	hakank
# Host:	lu0008.wdf.sap.corp
# Root:	/home/hakan/work/mysql/mysql-5.1-falcon

--- 1.11/storage/falcon/SerialLogFile.cpp	2007-07-05 22:29:16 +02:00
+++ 1.12/storage/falcon/SerialLogFile.cpp	2007-07-05 22:29:16 +02:00
@@ -175,10 +175,6 @@ void SerialLogFile::write(int64 position
 
 		}
 
-#ifdef HAVE_purify
-	bzero(const_cast<SerialLogBlock *>(data + length), effectiveLength - length);
-#endif
-
 	uint32 n = ::write(handle, data, effectiveLength);
 
 	if (n != effectiveLength)
Thread
bk commit into 6.0-falcon tree (hakank:1.2590)Hakan Kuecuekyilmaz5 Jul