| Bug #9635 | select/round/group by query crashes server | ||
|---|---|---|---|
| Submitted: | 5 Apr 2005 5:34 | Modified: | 5 Apr 2005 5:39 |
| Reporter: | scott fagg | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | MySQL Server | Severity: | S1 (Critical) |
| Version: | 5.0.3 | OS: | Linux (linux) |
| Assigned to: | CPU Architecture: | Any | |
[5 Apr 2005 5:34]
scott fagg
[5 Apr 2005 5:39]
MySQL Verification Team
I wasn't able to repeat with current BK source: mysql> select round(a/1) from X group by round(a/1); +------------+ | round(a/1) | +------------+ | 1 | | 2 | +------------+ 2 rows in set (0.02 sec) mysql> select version(); +------------------+ | version() | +------------------+ | 5.0.4-beta-debug | +------------------+ 1 row in set (0.00 sec)
[5 Apr 2005 8:34]
scott fagg
Also happens using 5.0.3 running on FC3. I'll wait for 5.0.4 to come out ..
[14 Apr 2005 23:49]
scott fagg
Just tried 5.0.5 and the crash does not occur. This can be closed as far i'm concerned.
