diff options
author | joreland@mysql.com <> | 2004-12-03 15:04:06 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2004-12-03 15:04:06 +0100 |
commit | 06e70758e71971c2c1d2962ad6a6d4a105be33e8 (patch) | |
tree | 31bfb53253631160bf22366d9aa71248200acf33 | |
parent | 2e9319eb3535f917e66382227f3e05b1f29fb5e6 (diff) | |
parent | c9925aeb7217f2125367edbef8a8fe14361e9988 (diff) | |
download | mariadb-git-06e70758e71971c2c1d2962ad6a6d4a105be33e8.tar.gz |
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/mysql-4.1
-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(); } |