diff options
author | unknown <joreland@mysql.com> | 2004-11-22 07:30:28 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-11-22 07:30:28 +0100 |
commit | 9fcc0dc73e623cbbe9604ac7f0b432a0f5a00020 (patch) | |
tree | 3eaa3de5ebd3bf6408f56351f3f9f3b7a8e1d8c2 /ndb/test | |
parent | a94e6c9c0e4028756576e9eaa9551076523a9cd7 (diff) | |
parent | 9db732ebe6e73bc5c61ceadf92d8fd1582c94e33 (diff) | |
download | mariadb-git-9fcc0dc73e623cbbe9604ac7f0b432a0f5a00020.tar.gz |
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/mysql-5.0-ndb
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
Auto merged
ndb/src/ndbapi/NdbScanOperation.cpp:
Auto merged
Diffstat (limited to 'ndb/test')
-rw-r--r-- | ndb/test/src/NDBT_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/test/src/NDBT_Test.cpp b/ndb/test/src/NDBT_Test.cpp index 367223f8c98..1434617c988 100644 --- a/ndb/test/src/NDBT_Test.cpp +++ b/ndb/test/src/NDBT_Test.cpp @@ -839,9 +839,9 @@ void NDBT_TestSuite::execute(Ndb* ndb, const NdbDictionary::Table* pTab, continue; } pTab2 = pDict->getTable(pTab->getName()); - } else { + } else if(!pTab2) { pTab2 = pTab; - } + } ctx = new NDBT_Context(); ctx->setTab(pTab2); |