Bug #47421 | Server crash from - SELECT SUM ( DISTINCT <char_column>) in azalea | ||
---|---|---|---|
Submitted: | 17 Sep 2009 21:07 | Modified: | 12 Nov 2009 19:55 |
Reporter: | Patrick Crews | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Logging | Severity: | S3 (Non-critical) |
Version: | 5.4/6.0 | OS: | Any |
Assigned to: | Alexander Nozdrin | CPU Architecture: | Any |
Tags: | aggregate, crashing bug, distinct, regression |
[17 Sep 2009 21:07]
Patrick Crews
[17 Sep 2009 21:08]
Patrick Crews
Full rqg-generated crash output
Attachment: Bug47421_crash_output.txt (text/plain), 17.19 KiB.
[23 Sep 2009 13:48]
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/84385 2836 Alexander Nozdrin 2009-09-23 A patch for Bug#47421 (Server crash from - SELECT SUM ( DISTINCT <char_column>) in azalea). The problem was that DBUG_RETURN() macro should have been used instead the 'return' operator.
[23 Sep 2009 14:10]
Alexander Nozdrin
Pushed into mysql-6.0-bugfixing.
[30 Sep 2009 8:18]
Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20090929093622-1mooerbh12e97zux) (version source revid:alik@sun.com-20090927203924-087s36mrs0uxepwb) (merge vers: 6.0.14-alpha) (pib:11)
[1 Oct 2009 17:36]
Paul DuBois
Noted in 6.0.14 changelog. Queries of the form SELECT SUM(DISTINCT varchar_key) FROM tbl_name caused a server crash. Setting report to NDI pending push into 5.4.x.
[16 Oct 2009 16:28]
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/87173 2932 Alexander Nozdrin 2009-10-16 Backporting a patch for Bug#47421 from 6.0: revno: 2617.68.41 committer: Alexander Nozdrin <alik@sun.com> branch nick: mysql-6.0-codebase-bugfixing-bug47421 timestamp: Wed 2009-09-23 17:48:11 +0400 message: A patch for Bug#47421 (Server crash from - SELECT SUM ( DISTINCT <char_column>) in azalea). The problem was that DBUG_RETURN() macro should have been used instead the 'return' operator.
[16 Oct 2009 16:38]
Alexander Nozdrin
Pushed into 5.5.0.
[3 Nov 2009 7:17]
Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20091102151658-j9o4wgro47m5v84d) (version source revid:alik@sun.com-20091023064702-2f8jdmny61bdl94u) (merge vers: 6.0.14-alpha) (pib:13)
[12 Nov 2009 8:19]
Bugs System
Pushed into 5.5.0-beta (revid:alik@sun.com-20091110093229-0bh5hix780cyeicl) (version source revid:mikael@mysql.com-20091103113702-p61dlwc6ml6fxg18) (merge vers: 5.5.0-beta) (pib:13)
[12 Nov 2009 19:55]
Paul DuBois
Noted in 5.5.0 changelog.