Commit 6e9add7d authored by jonas@eel.(none)'s avatar jonas@eel.(none)

ndb -

  bug fix in ordered index build
parent 93a7c527
......@@ -452,7 +452,7 @@ Dbtup::execBUILDINDXREQ(Signal* signal)
}
// set to first tuple position
const Uint32 firstTupleNo = ! buildPtr.p->m_build_vs ? 0 : 1;
const Uint32 firstTupleNo = 0;
buildPtr.p->m_fragNo= 0;
buildPtr.p->m_pageId= 0;
buildPtr.p->m_tupleNo= firstTupleNo;
......
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