Bug #1217 FLUSH PRIVILEGES segfaults in libmysqld
Submitted: 8 Sep 2003 2:19 Modified: 4 Oct 2003 5:26
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:19] Georg Richter
Description:
libmysqld segfaults if you execute FLUSH PRIVILEGES

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, "FLUSH PRIVILEGES");
[4 Oct 2003 5:26] Alexey Botchkov
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the original bug instead.

Thank you for your interest in MySQL.