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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user