#At file:///home/jonas/src/mysql-5.1-telco-6.4-bug45899/ based on revid:jonas@stripped
2961 Jonas Oreland 2009-08-05
ndb - revert bug#45899
modified:
storage/ndb/src/common/transporter/TransporterRegistry.cpp
=== modified file 'storage/ndb/src/common/transporter/TransporterRegistry.cpp'
--- a/storage/ndb/src/common/transporter/TransporterRegistry.cpp 2009-08-03 15:38:54 +0000
+++ b/storage/ndb/src/common/transporter/TransporterRegistry.cpp 2009-08-05 13:47:41 +0000
@@ -1518,8 +1518,10 @@ TransporterRegistry::start_clients_threa
// ndbapi clients to connect until it's started
// The transporter will detect this case and
// limit rapid reconnect attempts
+#if 0
if (t->is_connect_blocked())
continue; // Too many refused connections
+#endif
DBUG_PRINT("info", ("connecting to node %d using port %d",
nodeId, t->get_s_port()));
Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20090805134741-kgf86qh58hx3bzjm.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (jonas:2961) Bug#45899 | Jonas Oreland | 5 Aug |