• anozdrin/alik@alik.'s avatar
    Fix for BUG#12751: Instance Manager: client hangs after · 725bb2e6
    anozdrin/alik@alik. authored
    start instance; kill mysqlmanager; show ...
    
    The problem was that Instance Manager didn't close client
    sockets (sockets for client connections) on execing mysqld
    instance. So, mysqld-instance inherits these descriptors.
    
    The fix is to set close-on-exec flag for each client socket.
    725bb2e6
im_daemon_life_cycle.imtest 1.73 KB