Bug #19700 | subselect returning BIGINT always returned it as SIGNED | ||
---|---|---|---|
Submitted: | 10 May 2006 22:35 | Modified: | 25 May 2006 20:30 |
Reporter: | Michael Del Monte | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.22-BK, 5.0.18 | OS: | Linux (Linux, Windows XP) |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
[10 May 2006 22:35]
Michael Del Monte
[11 May 2006 10:58]
Hartmut Holzgraefe
mysqltest test case
Attachment: bug19700.tar.gz (application/x-gzip, text), 814 bytes.
[11 May 2006 10:59]
Valeriy Kravchuk
Also verified with 5.0.22-BK on Linux.
[24 May 2006 6:21]
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/6812
[25 May 2006 7:37]
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/6858
[25 May 2006 11:23]
Georgi Kodinov
Pushed in 5.0.23-BK
[25 May 2006 20:30]
Paul DuBois
Noted in 5.0.23 changelog. Subqueries that produced a <literal>BIGINT UNSIGNED</literal> value were being treated as returning a signed value.