#At file:///home/jonas/src/telco-6.3/ based on revid:magnus.blaudd@stripped
3435 jonas oreland 2011-05-18
ndb - add another possible error
modified:
storage/ndb/test/ndbapi/testNdbApi.cpp
=== modified file 'storage/ndb/test/ndbapi/testNdbApi.cpp'
--- a/storage/ndb/test/ndbapi/testNdbApi.cpp 2010-11-10 12:25:20 +0000
+++ b/storage/ndb/test/ndbapi/testNdbApi.cpp 2011-05-18 06:26:58 +0000
@@ -3105,7 +3105,8 @@ int runBulkPkReads(NDBT_Context* ctx, ND
hugoOps.closeTransaction(otherNdb);
- if ((err.code == 4010) || // Node failure
+ if ((err.code == 4002) || // Send failed
+ (err.code == 4010) || // Node failure
(err.code == 4025) || // Node failure
(err.code == 1218)) // Send buffer overload (reading larger tables)
{
Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20110518062658-25ookxxgn0vbg5j1.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-6.3 branch (jonas:3435) | jonas oreland | 19 May |