• Alexey Botchkov's avatar
    MDEV-5436 mysqld crash signal 11 in mysql_audit_general. · 3f3a84f4
    Alexey Botchkov authored
       That error 'Can't open the pid file' leads to mysqld crash signal 11 in mysql_audit_general() called
       with the 'thd' parameter set to NULL. That wasn't checked when the thd->db and thd->db_length
       were accessed. Fixed by checking for the NULL thd.
    3f3a84f4
sql_audit.h 10.1 KB