Bug #30430 | crash: ./mtr --embeded-server --ps-protocol cache_innodb func_misc ... | ||
---|---|---|---|
Submitted: | 15 Aug 2007 8:55 | Modified: | 23 Jan 2008 18:20 |
Reporter: | Timothy Smith | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Embedded Library ( libmysqld ) | Severity: | S2 (Serious) |
Version: | 5.1 | OS: | Any |
Assigned to: | Alexey Botchkov | CPU Architecture: | Any |
[15 Aug 2007 8:55]
Timothy Smith
[12 Nov 2007 7:34]
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/37558 ChangeSet@1.2637, 2007-11-12 11:28:56+04:00, holyfoot@mysql.com +4 -0 Bug #30430 crash:./mtr --embedded-server --ps-protocol cache_innodb func_misc... PS-protocol data is stored in different format - the MYSQL_RECORDS->data contains the link to the record content, not to array of the links to the field's contents. So we have to handle it separately for embedded-server query cache.
[30 Nov 2007 13:29]
Alexander Barkov
http://lists.mysql.com/commits/37558 - ok to push
[30 Nov 2007 18:23]
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/39006 ChangeSet@1.2637, 2007-11-30 22:17:11+04:00, holyfoot@mysql.com +4 -0 Bug #30430 crash:./mtr --embedded-server --ps-protocol cache_innodb func_misc... PS-protocol data is stored in different format - the MYSQL_RECORDS->data contains the link to the record content, not to array of the links to the field's contents. So we have to handle it separately for embedded-server query cache.
[14 Dec 2007 8:18]
Bugs System
Pushed into 5.1.23-rc
[14 Dec 2007 8:21]
Bugs System
Pushed into 6.0.5-alpha
[23 Jan 2008 18:20]
Paul DuBois
Noted in 5.1.23, 6.0.5 changelogs. With libmysqld, use of prepared statements and the query cache at the same time caused problems.