diff options
author | joreland@mysql.com <> | 2004-12-03 15:38:07 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2004-12-03 15:38:07 +0100 |
commit | 6a9b2453a121fff2433cfa19435d8c72ed9652c1 (patch) | |
tree | 806207db380e776fd0e42efcb90da09368ee7069 /ndb | |
parent | 95deea9c70fd7acd8bf32c9e75db8e325f8207a8 (diff) | |
parent | 06e70758e71971c2c1d2962ad6a6d4a105be33e8 (diff) | |
download | mariadb-git-6a9b2453a121fff2433cfa19435d8c72ed9652c1.tar.gz |
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/test/src/NDBT_Test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/test/src/NDBT_Test.cpp b/ndb/test/src/NDBT_Test.cpp index 1434617c988..bbbde008938 100644 --- a/ndb/test/src/NDBT_Test.cpp +++ b/ndb/test/src/NDBT_Test.cpp @@ -519,6 +519,7 @@ void NDBT_TestCaseImpl1::waitSteps(){ NdbThread_WaitFor(threads[i], &status); NdbThread_Destroy(&threads[i]); } + threads.clear(); } |