From 9e26c327a0530ea104e32960cef7a407dad060dc Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 21 Nov 2004 22:15:44 +0100 Subject: wl2077 - ndb close scan - fix introduced bugs wrt premature close of scan ndb/src/common/debugger/signaldata/ScanTab.cpp: Fix printout ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Handle already closed fragments ndb/src/ndbapi/NdbConnectionScan.cpp: Better handling of SCAN_TABREF ndb/src/ndbapi/NdbScanOperation.cpp: Removed some special cases by setting up them instead ndb/test/src/NDBT_Test.cpp: Fix createTable(false) ndb/tools/select_all.cpp: Use full scan as default --- ndb/test/src/NDBT_Test.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ndb/test') diff --git a/ndb/test/src/NDBT_Test.cpp b/ndb/test/src/NDBT_Test.cpp index 367223f8c98..10233cb5859 100644 --- a/ndb/test/src/NDBT_Test.cpp +++ b/ndb/test/src/NDBT_Test.cpp @@ -839,9 +839,7 @@ void NDBT_TestSuite::execute(Ndb* ndb, const NdbDictionary::Table* pTab, continue; } pTab2 = pDict->getTable(pTab->getName()); - } else { - pTab2 = pTab; - } + } ctx = new NDBT_Context(); ctx->setTab(pTab2); -- cgit v1.2.1