mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
ndb - dbtux: remove redundant code line (no functional change)
This commit is contained in:
parent
64c414a004
commit
00db3c9982
1 changed files with 0 additions and 1 deletions
|
@ -822,7 +822,6 @@ Dbtux::scanNext(ScanOpPtr scanPtr, bool fromMaintReq)
|
||||||
// scan direction
|
// scan direction
|
||||||
const unsigned idir = scan.m_descending; // 0, 1
|
const unsigned idir = scan.m_descending; // 0, 1
|
||||||
const int jdir = 1 - 2 * (int)idir; // 1, -1
|
const int jdir = 1 - 2 * (int)idir; // 1, -1
|
||||||
unpackBound(*scan.m_bound[1 - idir], c_dataBuffer);
|
|
||||||
// use copy of position
|
// use copy of position
|
||||||
TreePos pos = scan.m_scanPos;
|
TreePos pos = scan.m_scanPos;
|
||||||
// get and remember original node
|
// get and remember original node
|
||||||
|
|
Loading…
Reference in a new issue