diff options
author | unknown <joreland@mysql.com> | 2004-11-22 07:22:08 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-11-22 07:22:08 +0100 |
commit | 9db732ebe6e73bc5c61ceadf92d8fd1582c94e33 (patch) | |
tree | 6ed9725b8bbd5f244507b2b500a998f9fb3b0351 /ndb/test | |
parent | 9e26c327a0530ea104e32960cef7a407dad060dc (diff) | |
download | mariadb-git-9db732ebe6e73bc5c61ceadf92d8fd1582c94e33.tar.gz |
wl2077 - ndb, fix testDict
Diffstat (limited to 'ndb/test')
-rw-r--r-- | ndb/test/src/NDBT_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/test/src/NDBT_Test.cpp b/ndb/test/src/NDBT_Test.cpp index 10233cb5859..1434617c988 100644 --- a/ndb/test/src/NDBT_Test.cpp +++ b/ndb/test/src/NDBT_Test.cpp @@ -839,6 +839,8 @@ void NDBT_TestSuite::execute(Ndb* ndb, const NdbDictionary::Table* pTab, continue; } pTab2 = pDict->getTable(pTab->getName()); + } else if(!pTab2) { + pTab2 = pTab; } ctx = new NDBT_Context(); |