List:Commits« Previous MessageNext Message »
From:pekka Date:October 9 2006 6:46pm
Subject:bk commit into 5.1 tree (pekka:1.2306)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of pekka. When pekka 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, 2006-10-09 20:46:29+02:00, pekka@stripped +1 -0
  ndb - tux scan 5.1 post-merge fix

  storage/ndb/src/kernel/blocks/dbtux/Dbtux.hpp@stripped, 2006-10-09 20:46:03+02:00, pekka@stripped +1 -2
    ndb - tux scan 5.1 post-merge 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:	pekka
# Host:	orca.ndb.mysql.com
# Root:	/export/home/space/pekka/ndb/version/my51-bug20446

--- 1.47/storage/ndb/src/kernel/blocks/dbtux/Dbtux.hpp	2006-10-09 20:46:50 +02:00
+++ 1.48/storage/ndb/src/kernel/blocks/dbtux/Dbtux.hpp	2006-10-09 20:46:50 +02:00
@@ -801,8 +801,7 @@
 Dbtux::TreeEnt::eqtuple(const TreeEnt ent) const
 {
   return
-    m_tupLoc == ent.m_tupLoc &&
-    m_fragBit == ent.m_fragBit;
+    m_tupLoc == ent.m_tupLoc;
 }
 
 inline bool
Thread
bk commit into 5.1 tree (pekka:1.2306)pekka9 Oct