summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <pekka@orca.ndb.mysql.com>2006-10-25 17:30:30 +0200
committerunknown <pekka@orca.ndb.mysql.com>2006-10-25 17:30:30 +0200
commit1104ff49c9937f0c8e98c90f4161b47dbea2c4a7 (patch)
tree42b0ac664018b4bf14b2421b0f2307f5e02eee0a /ndb
parent4075cd8991131cfb488e2931e6a34ff01ec59cc8 (diff)
downloadmariadb-git-1104ff49c9937f0c8e98c90f4161b47dbea2c4a7.tar.gz
ndb - dbtux: remove redundant code line (no functional change)
ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp: remove redundant unpackBound call, missed in previous patch
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp b/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
index bbc856af4c4..6d9385b3989 100644
--- a/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
+++ b/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp
@@ -822,7 +822,6 @@ Dbtux::scanNext(ScanOpPtr scanPtr, bool fromMaintReq)
// 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