mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
ndb -
bug fix in ordered index build storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp: Fix ordered index build
This commit is contained in:
parent
71aa917f23
commit
02b5ec788d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue