mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
collations Fix by Alexey Botchkov The 'value_len' is calculated wrong for the multibyte charsets. In the read_strn() function we get the length of the string with the final ' " ' character. So have to subtract it's length from the value_len. And the length of '1' isn't correct for the ucs2 charset (must be 2).
53 KiB
53 KiB