Bug #1216 SELECT _ut8 string segfaults (embedded mysql)
Submitted: 8 Sep 2003 2:12 Modified: 8 Sep 2003 3:09
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:12] Georg Richter
Description:
When you execute 2 times SELECT _utf8 'string' libmysqld segfaults in second call

How to repeat:

mysql_server_init(0,NULL,NULL);
mysql = mysql_init(NULL);
mysql_real_connect(mysql, NULL, NULL, NULL, "test", 0, NULL, 0);

for (i=0; i < 2; i++) {
  mysql_query(mysql, "SELECT _utf8 'abc'");
}
[8 Sep 2003 3:09] 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