| Bug #1438 | mysql_info always returns NULL (embedded) | ||
|---|---|---|---|
| Submitted: | 30 Sep 2003 5:03 | Modified: | 12 Feb 2004 4:44 |
| Reporter: | Georg Richter | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Embedded Library ( libmysqld ) | Severity: | S3 (Non-critical) |
| Version: | 4.1.1 | OS: | |
| Assigned to: | Alexey Botchkov | CPU Architecture: | Any |
[12 Feb 2004 4:44]
Alexey Botchkov
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/ Additional info: bk commit - 4.1 tree (hf:1.1715) (12 Feb 2004)

Description: mysql_info(mysql) returns NULL when inserting multiple values. How to repeat: mysql_query(mysql, "USE test"); mysql_query(mysql, "CREATE TABLE ax (a int)"); mysql_query(mysql, "INSERT INTO ax VALUES (1),(2)"); printf("Info: %s\n", mysql_info(mysql)); Output: Info: (null)