List:Commits« Previous MessageNext Message »
From:Jonas Oreland Date:October 1 2008 9:34am
Subject:bzr push into mysql-5.1 branch (jonas:2676)
View as plain text  
 2676 Jonas Oreland	2008-10-01
      flexAsynch - replace 3/0 with abort, win compiler complains
modified:
  storage/ndb/test/ndbapi/flexAsynch.cpp

=== modified file 'storage/ndb/test/ndbapi/flexAsynch.cpp'
--- a/storage/ndb/test/ndbapi/flexAsynch.cpp	2008-09-30 08:18:41 +0000
+++ b/storage/ndb/test/ndbapi/flexAsynch.cpp	2008-10-01 09:24:07 +0000
@@ -803,7 +803,7 @@ defineNdbRecordOperation(ThreadNdb* pThr
   if (op == NULL)
   {
     ndbout << "Operation is null " << pTrans->getNdbError() << endl;
-    int a = 5/0;
+    abort();
   }
     
   assert(op != 0);

Thread
bzr push into mysql-5.1 branch (jonas:2676) Jonas Oreland1 Oct