mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
merge error
This commit is contained in:
parent
58ecd9a5cf
commit
2a6bd945fe
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ NdbIndexOperation::indxInit(const NdbIndexImpl * anIndex,
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
m_theIndex = anIndex;
|
m_theIndex = anIndex;
|
||||||
m_thePrimaryTable = aTable;
|
|
||||||
m_accessTable = anIndex->m_table;
|
m_accessTable = anIndex->m_table;
|
||||||
theNoOfTupKeyLeft = m_accessTable->getNoOfPrimaryKeys();
|
theNoOfTupKeyLeft = m_accessTable->getNoOfPrimaryKeys();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue