ndb - tux scan 5.1 post-merge fix

parent b0844011
...@@ -801,8 +801,7 @@ inline bool ...@@ -801,8 +801,7 @@ inline bool
Dbtux::TreeEnt::eqtuple(const TreeEnt ent) const Dbtux::TreeEnt::eqtuple(const TreeEnt ent) const
{ {
return return
m_tupLoc == ent.m_tupLoc && m_tupLoc == ent.m_tupLoc;
m_fragBit == ent.m_fragBit;
} }
inline bool inline bool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment