Bug #8042 mysqld crashes on sighup
Submitted: 20 Jan 2005 12:30 Modified: 17 Feb 2005 13:19
Reporter: Sergei Golubchik Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0 OS:
Assigned to: Jani Tolonen CPU Architecture:Any

[20 Jan 2005 12:30] Sergei Golubchik
Description:
mysqld crashes on sighup, because mysql_print_status(thd) doesn't take into account that THD may be NULL.

furthermore, on 'mysqladmin debug' (when thd is not NULL) pronted values are meaningless

How to repeat:
killall -HUP mysqld

Suggested fix:
fix mysql_print_status(thd) to print *global* values - as it did in 4.1
[17 Feb 2005 13:19] Jani Tolonen
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html