• cmiller@zippy.cornsilk.net's avatar
    Bug#30378: mysql.server needs to skip wait_for_pid() when mysqld \ · 955983a1
    cmiller@zippy.cornsilk.net authored
    	isn't running
    
    Pass the process id of the manager as a parameter to "wait_for_pid"
    and if the manager isn't running, then do not continue to wait.
    
    Also, capture the error message of our process-existence test, 
    "kill -0", as we expect errors and shouldn't pass them to the user.  
    Additionally, be a bit more descriptive of what the problem is.
    955983a1
mysql.server.sh 11.7 KB