Bug #105910 | Change in behavior of max_sort_length between 5.7.36 and 8.0.27. | ||
---|---|---|---|
Submitted: | 15 Dec 2021 20:42 | Modified: | 22 Dec 2021 19:11 |
Reporter: | Jean-François Gagné | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 8.0.27 | OS: | Any |
Assigned to: | Jon Stephens | CPU Architecture: | Any |
[15 Dec 2021 20:42]
Jean-François Gagné
[15 Dec 2021 20:44]
Jean-François Gagné
Full context of this: I was trying to report Bug#105911 with 8.0.27, and this is how I saw this problem.
[16 Dec 2021 6:06]
MySQL Verification Team
Hello Jean-François, Thank you for the report and feedback. regards, Umesh
[16 Dec 2021 9:33]
Tor Didriksen
Posted by developer: Note the new documentation: "max_sort_length", "The number of bytes to use when sorting long values with PAD SPACE " "collations (only the first max_sort_length bytes of each value are " "used; the rest are ignored)", So in 8.0 it depends on the character set / collation you are using.
[22 Dec 2021 19:11]
Jon Stephens
Fixed in mysqldoc rev 71512. Closed.