Bug #11295 | Simple query using blob column crashes server | ||
---|---|---|---|
Submitted: | 13 Jun 2005 17:32 | Modified: | 23 Jun 2005 18:13 |
Reporter: | Pete French | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.12 | OS: | Windows (Windows & FreeBSD) |
Assigned to: | Igor Babaev | CPU Architecture: | Any |
[13 Jun 2005 17:32]
Pete French
[15 Jun 2005 8:25]
Vasily Kishkin
Server is really crashed. Thanks for the bug report. Tested on Win 2000 Sp4, MySQL server 4.1.13
[21 Jun 2005 15:16]
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/internals/26252
[21 Jun 2005 15:48]
Igor Babaev
The bug was due to the not completely valid patch for the bug #11088 that did not take into account possible null values the grouping blob column. ChangeSet 1.2303 05/06/21 04:24:21 igor@rurik.mysql.com +3 -0 group_by.result, group_by.test: Added a test case for bug #11295. item_buff.cc: Fixed bug #11295. This a correction for the patch of bug #11088 that takes into account a possible NULL values of the BLOB column. The fix will appear in 4.1.13 and 5.0.8.
[23 Jun 2005 18:13]
Mike Hillyer
Documented in 4.1.13 and 5.0.8 changelogs.