Bug #23299 | Some queries against INFORMATION_SCHEMA with subqueries fail | ||
---|---|---|---|
Submitted: | 15 Oct 2006 4:20 | Modified: | 8 Feb 2007 18:26 |
Reporter: | Neil Skrypuch | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Information schema | Severity: | S2 (Serious) |
Version: | 5.0.27-BK, 5.0.24, 5.0.26 | OS: | Linux (Linux) |
Assigned to: | Sergei Glukhov | CPU Architecture: | Any |
Tags: | Q1 |
[15 Oct 2006 4:20]
Neil Skrypuch
[15 Oct 2006 4:22]
Neil Skrypuch
Database schema dump
Attachment: mysqlbug.dump (text/plain), 1.68 KiB.
[16 Oct 2006 11:27]
Valeriy Kravchuk
Thank you for a bug report. Verified just as described with 5.0.27-BK on Linux.
[12 Dec 2006 8:38]
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/16818 ChangeSet@1.2327, 2006-12-12 13:49:27+04:00, gluh@mysql.com +3 -0 Bug#23299 Some queries against INFORMATION_SCHEMA with subqueries fail For subqueries we should clear MI_INFO state which can be changed during execution of init_read_record function. HA_EXTRA_RESET_STATE is replaced with HA_EXTRA_RESET.
[30 Jan 2007 14:49]
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/19011 ChangeSet@1.2390, 2007-01-30 18:46:06+04:00, gluh@mysql.com +3 -0 Bug#23299 Some queries against INFORMATION_SCHEMA with subqueries fail additional call of file->extra() method with HA_EXTRA_NO_CACHE parameter
[1 Feb 2007 15:21]
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/19190 ChangeSet@1.2399, 2007-02-01 19:12:45+04:00, gluh@mysql.com +3 -0 Bug#23299 Some queries against INFORMATION_SCHEMA with subqueries fail additional call of file->extra() method with HA_EXTRA_NO_CACHE parameter
[3 Feb 2007 6:33]
Igor Babaev
The fix has been pushed into 5.0.36, 5.1.16-beta main trees.
[8 Feb 2007 18:26]
Paul DuBois
Noted in 5.0.36, 5.1.16 changelogs. Some queries against INFORMATION_SCHEMA that used subqueries failed.