summaryrefslogtreecommitdiff
path: root/ndb/test
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-11-21 22:18:09 +0100
committerunknown <joreland@mysql.com>2004-11-21 22:18:09 +0100
commit48e8febccd7c2d44680eb3cc1ca170b7b73571e6 (patch)
tree25b984c270e26ec40b05283b3c3f94fcd7f4a338 /ndb/test
parent7785740f1d4ace9013e7c8bad30c28fc90fd215a (diff)
parent9e26c327a0530ea104e32960cef7a407dad060dc (diff)
downloadmariadb-git-48e8febccd7c2d44680eb3cc1ca170b7b73571e6.tar.gz
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/wl2077 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.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ndb/test/src/NDBT_Test.cpp b/ndb/test/src/NDBT_Test.cpp
index 367223f8c98..10233cb5859 100644
--- a/ndb/test/src/NDBT_Test.cpp
+++ b/ndb/test/src/NDBT_Test.cpp
@@ -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);