• stewart@mysql.com's avatar
    BUG#11132 Connections stuck in CLOSE_WAIT · fda3561e
    stewart@mysql.com authored
    In 4.1 (it is different in 5.0), we do not use the mgm connection after fetching the
    configuration (and if we did, we would have to have calls to check the connection and
    reconnect if needed - in case the mgm server had restarted) so we can disconnect after
    first use.
    
    This means we won't have connections stuck in CLOSE_WAIT when the mgm server shuts down.
    fda3561e
ConfigRetriever.cpp 8.87 KB