Bug #2752 | mysql_free_result cant free results sometimes returned by wrong queries. | ||
---|---|---|---|
Submitted: | 12 Feb 2004 9:27 | Modified: | 16 Feb 2004 15:46 |
Reporter: | qFox | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.0.4-beta | OS: | Windows (winxp pro) |
Assigned to: | Dean Ellis | CPU Architecture: | Any |
[12 Feb 2004 9:27]
qFox
[16 Feb 2004 15:46]
Dean Ellis
Assuming that by "faulty query" you mean an invalid query, then upon checking the return of mysql_real_query() you should already know that the query did not execute successfully, and you should not be calling mysql_store_result() against that. Nonetheless, I am unable to repeat this behavior with current releases.