Bug #59449 | Inconsistent use of column alias In ORDER BY clause that specified collation | ||
---|---|---|---|
Submitted: | 12 Jan 2011 16:01 | Modified: | 22 Jan 2014 20:50 |
Reporter: | Brandon Liles | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S3 (Non-critical) |
Version: | 5.1.54, 5.0, 5.1, 5.6.2 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, ORDER BY SORT COLLATE COLUMN ALIAS |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[21 Apr 2011 2:13]
Jeremy Thomerson
[21 Apr 2011 3:32]
Jeremy Thomerson
fixes four spelling typos I encountered while debugging this issue. can be applied same way that previous patch can be applied
Attachment: fix_mysql_59449_spelling_typos.patch (application/octet-stream, text), 1.91 KiB.
[21 Apr 2011 3:32]
Jeremy Thomerson
see next comment for description
Attachment: fix_mysql_59449_version_1.patch (application/octet-stream, text), 767 bytes.
[11 Jun 2011 1:16]
Jeremy Thomerson
Fully working patch ready for review - see comment below
Attachment: mysql_bug_59449-WORKS-20110610-2055.patch (application/octet-stream, text), 1.60 KiB.