Commit 7256f14c authored by unknown's avatar unknown
Browse files

ndb -

  Fix online ordered index build of varsize table


storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp:
  Fix online ordered index build of varsize table
parent 2a4ca93d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;