List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:June 16 2005 4:52am
Subject:bk commit into 5.0 tree (stewart:1.1946) BUG#11132
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of stewart. When stewart does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1946 05/06/16 12:52:07 stewart@stripped +1 -0
  BUG#11132 Connections stuck in CLOSE_WAIT
  
  The 4.1 fix is not valid for 5.0. Remove it.

  ndb/src/common/mgmcommon/ConfigRetriever.cpp
    1.26 05/06/16 12:52:01 stewart@stripped +0 -2
    This fix is not valid for 5.0 as we use the mgm server connection for more than
    just fetching the initial configuration

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	stewart
# Host:	kennedy.(none)
# Root:	/home/stewart/Documents/MySQL/5.0/bug11132

--- 1.25/ndb/src/common/mgmcommon/ConfigRetriever.cpp	2005-06-16 12:47:01 +10:00
+++ 1.26/ndb/src/common/mgmcommon/ConfigRetriever.cpp	2005-06-16 12:52:01 +10:00
@@ -139,8 +139,6 @@
     return 0;
   }
 
-  ndb_mgm_disconnect(m_handle);
-
   return conf;
 }
 
Thread
bk commit into 5.0 tree (stewart:1.1946) BUG#11132Stewart Smith16 Jun