Bug #1218 SHOW PROCESSLIST segfaults in libmysqld
Submitted: 8 Sep 2003 2:24 Modified: 8 Sep 2003 4:34
Reporter: Georg Richter Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S3 (Non-critical)
Version:4.1.1 OS:Linux (Linux)
Assigned to: Alexey Botchkov CPU Architecture:Any

[8 Sep 2003 2:24] Georg Richter
Description:
Executing SHOW (FULL) PROCESSLIST segfaults in libmysqld

How to repeat:
mysql_server_init(0,NULL,NULL);
mysql = mysql_init(NULL);
mysql_real_connect(mysql, NULL, NULL, NULL, "test", 0, NULL, 0);

mysql_query(mysql, "SHOW PROCESSLIST");
[8 Sep 2003 4:34] Alexey Botchkov
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

changeset 1.1609