List:Commits« Previous MessageNext Message »
From:pekka Date:October 25 2006 5:30pm
Subject:bk commit into 5.0 tree (pekka:1.2273)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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-25 17:30:30+02:00, pekka@stripped +1 -0
  ndb - dbtux: remove redundant code line (no functional change)

  ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp@stripped, 2006-10-25 17:29:28+02:00, pekka@stripped +0 -1
    remove redundant unpackBound call, missed in previous patch

# 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/my50-tux

--- 1.29/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp	2006-10-25 17:30:47 +02:00
+++ 1.30/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp	2006-10-25 17:30:47 +02:00
@@ -822,7 +822,6 @@
   // scan direction
   const unsigned idir = scan.m_descending; // 0, 1
   const int jdir = 1 - 2 * (int)idir;      // 1, -1
-  unpackBound(*scan.m_bound[1 - idir], c_dataBuffer);
   // use copy of position
   TreePos pos = scan.m_scanPos;
   // get and remember original node
Thread
bk commit into 5.0 tree (pekka:1.2273)pekka25 Oct