Commit 9db732eb authored by unknown's avatar unknown

wl2077 - ndb, fix testDict

parent 9e26c327
...@@ -839,6 +839,8 @@ void NDBT_TestSuite::execute(Ndb* ndb, const NdbDictionary::Table* pTab, ...@@ -839,6 +839,8 @@ void NDBT_TestSuite::execute(Ndb* ndb, const NdbDictionary::Table* pTab,
continue; continue;
} }
pTab2 = pDict->getTable(pTab->getName()); pTab2 = pDict->getTable(pTab->getName());
} else if(!pTab2) {
pTab2 = pTab;
} }
ctx = new NDBT_Context(); ctx = new NDBT_Context();
......
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