• Monty's avatar
    Disable new connections in case of fatal signal · 279aa1e6
    Monty authored
    A user reported that MariaDB server got a signal 6 but still accepted new
    connections and did not crash.  I have not been able to find a way to
    repeat this or find the cause of issue. However to make it easier to
    notice that the server is unstable, I added code to disable new
    connections when the handle_fatal_signal() handler has been called.
    279aa1e6
signal_handler.cc 11.6 KB