| Bug #4302 | ambiguous order by when renamed column is identical to another in result | ||
|---|---|---|---|
| Submitted: | 27 Jun 2004 13:29 | Modified: | 30 Sep 2004 14:08 |
| Reporter: | Scott MacVicar | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server | Severity: | S3 (Non-critical) |
| Version: | 4.1.2-alpha-nt | OS: | Windows (Windows 2000) |
| Assigned to: | Dmitry Lenev | CPU Architecture: | Any |
[27 Jun 2004 13:29]
Scott MacVicar
[20 Aug 2004 16:49]
Sergei Golubchik
Fixed in 4.1.4
[30 Sep 2004 14:08]
Dmitry Lenev
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.
If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information
about accessing the source trees is available at
http://www.mysql.com/doc/en/Installing_source_tree.html
Additional info:
Last small issue related to this bug was fixed. According to SQL standard, queries like
"select t1.a as col from t1, t2 order by a" should return an error if both tables contain field a.
Now MySQL behaves according to standard in this repect.
ChangeSet 1.2017.23.1 2004/09/30 16:28:17 dlenev@brandersnatch.localdomain
Final solution for bug# 4302 "Ambiguos order by when renamed column is
identical to another in result"
