• Alexey Kopytov's avatar
    Bug#54667: Unnecessary signal handler redefinition · ac89d926
    Alexey Kopytov authored
    POSIX requires that a signal handler defined with sigaction()
    is not reset on delivering a signal unless SA_NODEFER or
    SA_RESETHAND is set. It is therefore unnecessary to redefine
    the handler on signal delivery on platforms where sigaction()
    is used without those flags.
    ac89d926
libmysql.c 144 KB