=== modified file 'storage/ndb/test/ndbapi/flexAsynch.cpp' --- storage/ndb/test/ndbapi/flexAsynch.cpp 2013-02-26 06:21:48 +0000 +++ storage/ndb/test/ndbapi/flexAsynch.cpp 2013-06-04 00:00:19 +0000 @@ -196,6 +196,7 @@ for (unsigned i = 0; i < num_threads_to_wait_for ; i++) { if (ThreadReady[i] == 0) { cont = 1; + break; }//if }//for } while (cont == 1);