Bug #28748 | "Select" returning one value too few | ||
---|---|---|---|
Submitted: | 29 May 2007 15:24 | Modified: | 18 Jun 2007 13:51 |
Reporter: | Joerg Bruehe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.1.17 | OS: | Solaris (x86) |
Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
[29 May 2007 15:24]
Joerg Bruehe
[9 Jun 2007 12:13]
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/28457 ChangeSet@1.2530, 2007-06-09 17:13:33+05:00, ramil@mysql.com +2 -0 Fix for bug #28748: "Select" returning one value too few Problem: we may get unexpected results comparing [u]longlong values as doubles. Fix: adjust the test to use integer comparators. Note: it's not a real fix, we have to implement some new comparators to completely solve the original problem (see my comment in the bug report).
[16 Jun 2007 4:50]
Bugs System
Pushed into 5.0.44
[16 Jun 2007 4:51]
Bugs System
Pushed into 5.1.20-beta
[18 Jun 2007 13:51]
Paul DuBois
Noted in 5.0.44, 5.1.20 changelogs.
[26 Jun 2007 18:05]
Paul DuBois
Removed changelog entries; this was a test case change only.