Bug #21086 | server crashes when VIEW defined with a SELECT with COLLATE clause is called | ||
---|---|---|---|
Submitted: | 17 Jul 2006 0:19 | Modified: | 7 Aug 2006 6:34 |
Reporter: | Erica Moss | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Views | Severity: | S1 (Critical) |
Version: | 5.1.12 | OS: | Linux (Fedora core 5) |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
[17 Jul 2006 0:19]
Erica Moss
[25 Jul 2006 15:43]
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/9540
[2 Aug 2006 19:03]
Evgeny Potemkin
When executing INSERT over a view with calculated columns it was assuming all elements of the fields collection are actually Item_field instances. This may not be true when inserting into a view and that view has columns that are such expressions that allow updating (like setting a collation for example). Fixed in 5.0.25, 5.1.12
[7 Aug 2006 6:34]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Documented in 5.0.25 & 5.1.12 changelogs.