From ce295e473957ef13bc6b903110d7cf183c438110 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 11 Nov 2004 11:50:39 +0100 Subject: [PATCH] merge error --- ndb/src/ndbapi/NdbIndexOperation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ndb/src/ndbapi/NdbIndexOperation.cpp b/ndb/src/ndbapi/NdbIndexOperation.cpp index 7bcb7e8b2b5..7b8e15f4d81 100644 --- a/ndb/src/ndbapi/NdbIndexOperation.cpp +++ b/ndb/src/ndbapi/NdbIndexOperation.cpp @@ -69,7 +69,6 @@ NdbIndexOperation::indxInit(const NdbIndexImpl * anIndex, return -1; } m_theIndex = anIndex; - m_thePrimaryTable = aTable; m_accessTable = anIndex->m_table; theNoOfTupKeyLeft = m_accessTable->getNoOfPrimaryKeys(); return 0;