diff options
author | unknown <joreland@mysql.com> | 2004-11-22 07:23:58 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-11-22 07:23:58 +0100 |
commit | 5a022e7ba99ea492da74a95907574d852deda514 (patch) | |
tree | 188c413ee14d1a96cae751ffe561b4db7269603d /ndb/test | |
parent | 48e8febccd7c2d44680eb3cc1ca170b7b73571e6 (diff) | |
parent | 9db732ebe6e73bc5c61ceadf92d8fd1582c94e33 (diff) | |
download | mariadb-git-5a022e7ba99ea492da74a95907574d852deda514.tar.gz |
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/wl2077
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(); |