merge error

This commit is contained in:
joreland@mysql.com 2004-11-11 11:50:39 +01:00
parent 58ecd9a5cf
commit 2a6bd945fe

View file

@ -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;