Bug #1219 sqgfault after executing SHOW LOGS in libmysqld
Submitted: 8 Sep 2003 2:34 Modified: 8 Sep 2003 3:08
Reporter: Georg Richter Email Updates:
Status: Not a Bug 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:34] Georg Richter
Description:
After executing SHOW LOGS all queries will segfault

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 LOGS");
mysql_query(mysql, "SELECT USER()");
[8 Sep 2003 3:08] Georg Richter
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.mysql.com/documentation/ and the instructions on
how to report a bug at http://bugs.mysql.com/how-to-report.php

see #1220