mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Clean-ups for MDEV-10132 utf8_thai_520_w2 collation:
- Changing strnxfrm_multiply from 8 to 4, as agreed with Pruet Boonma - Adjusting tests
This commit is contained in:
@ -152,6 +152,8 @@ eval SET $collation_variable = utf8_esperanto_ci;
|
||||
eval SELECT $collation_variable;
|
||||
eval SET $collation_variable = utf8_hungarian_ci;
|
||||
eval SELECT $collation_variable;
|
||||
eval SET $collation_variable = utf8_thai_520_w2;
|
||||
eval SELECT $collation_variable;
|
||||
eval SET $collation_variable = ucs2_general_ci;
|
||||
eval SELECT $collation_variable;
|
||||
eval SET $collation_variable = ucs2_bin;
|
||||
|
Reference in New Issue
Block a user