Commit 2a6bd945 authored by joreland@mysql.com's avatar joreland@mysql.com

merge error

parent 58ecd9a5
...@@ -69,7 +69,6 @@ NdbIndexOperation::indxInit(const NdbIndexImpl * anIndex, ...@@ -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;
......
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