Bug #17039 | Cursor with procedure crashes client | ||
---|---|---|---|
Submitted: | 2 Feb 2006 13:54 | Modified: | 14 Nov 2006 3:38 |
Reporter: | Magnus Blåudd | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Prepared statements | Severity: | S3 (Non-critical) |
Version: | 5.0.19 | OS: | Linux (Linux) |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
[2 Feb 2006 13:54]
Magnus Blåudd
[7 Sep 2006 14:44]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/11546 ChangeSet@1.2232, 2006-09-07 16:44:18+02:00, msvensson@neptunus.(none) +2 -0 Bug#17039 Cursor with procedure crashes client - Change 'get_unit_column_type" to return the field list for the procedure
[14 Nov 2006 3:38]
Paul DuBois
Noted in 5.0.30 (not 5.0.29), 5.1.13 changelogs. A client library crash was caused by executing a statement such as SELECT * FROM t1 PROCEDURE ANALYSE() using a server side cursor on a table t1 that does not have the same number of columns as the output from PROCEDURE ANALYSE().