1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00

ndb - fix in test suite

This commit is contained in:
joreland@mysql.com
2004-12-03 15:02:07 +01:00
parent a6c814e4f7
commit c9925aeb72

View File

@@ -519,6 +519,7 @@ void NDBT_TestCaseImpl1::waitSteps(){
NdbThread_WaitFor(threads[i], &status);
NdbThread_Destroy(&threads[i]);
}
threads.clear();
}