Bug #108344 | `order by` of json value is inconsistent with json order | ||
---|---|---|---|
Submitted: | 31 Aug 2022 7:26 | Modified: | 31 Aug 2022 12:42 |
Reporter: | Yang Keao | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: JSON | Severity: | S3 (Non-critical) |
Version: | 8.0 | OS: | Linux |
Assigned to: | CPU Architecture: | x86 |
[31 Aug 2022 7:26]
Yang Keao
[31 Aug 2022 12:42]
MySQL Verification Team
Hi Mr. Keao, Thank you for your bug report. However, this is not a bug. JSON values are not ordered by their contents, but by their size. Comparisons are completely different topic. This can all be found in the literature on JSON. Not a bug.