Bug #113587 | SELECT DISTINCT makes ORDER BY ... DESC sort data to ascending | ||
---|---|---|---|
Submitted: | 9 Jan 2024 3:31 | Modified: | 15 Jan 2024 3:33 |
Reporter: | Aristotle Po | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S2 (Serious) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | select distinct order by |
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
[15 Jan 2024 2:38]
Aristotle Po
[15 Jan 2024 2:40]
Aristotle Po
Second Test case condition 1 result
Attachment: bug113587-test2-2-condition-1-result-tail5.txt (text/plain), 5.67 KiB.
[15 Jan 2024 2:43]
Aristotle Po
Second Test case condition 2 result
Attachment: bug113587-test2-2-condition-2-result-tail5.txt (text/plain), 6.65 KiB.