1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00

wl2077 - ndb close scan - fix introduced bugs wrt premature close of scan

This commit is contained in:
joreland@mysql.com
2004-11-21 22:15:44 +01:00
parent 56a59cf301
commit 4d43c10f3b
6 changed files with 19 additions and 13 deletions

View File

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