| Bug #4302 | ambiguous order by when renamed column is identical to another in result | ||
|---|---|---|---|
| Submitted: | 27 Jun 2004 15:29 | Modified: | 30 Sep 2004 16:08 |
| Reporter: | Scott MacVicar | ||
| Status: | Closed | ||
| Category: | Server | Severity: | S3 (Non-critical) |
| Version: | 4.1.2-alpha-nt | OS: | Microsoft Windows (Windows 2000) |
| Assigned to: | Dmitri Lenev | Target Version: | |
[27 Jun 2004 15:29]
Scott MacVicar
[20 Aug 2004 18:49]
Sergei Golubchik
Fixed in 4.1.4
[30 Sep 2004 16:08]
Dmitri 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"
