mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
collation By default constant strings in second parameter of date_time() have case insensitive collation. Because of this expressions date_format(f,'%m') and date_format(f,'%M') wrongly becomes equal, which results in choosing wrong column to sort by. Now if second parameter of date_format() is constant then it's collation is changed to case sensitive.
8.8 KiB
8.8 KiB