mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
ctype_uca.test, ctype_uca.result, ctype-uca.c:
Slovak collation didn't work: typo fix in the tailoring rules strings/ctype-uca.c: Slovak collation didn't work: typo fix in the tailoring rules mysql-test/r/ctype_uca.result: Slovak collation didn't work: typo fix in the tailoring rules mysql-test/t/ctype_uca.test: Slovak collation didn't work: typo fix in the tailoring rules
This commit is contained in:
parent
cffa34d9fb
commit
f54f4b2c69
3 changed files with 112 additions and 2 deletions
|
|
@ -6645,7 +6645,7 @@ static const char slovak[]=
|
|||
"& H < ch <<< Ch <<< CH"
|
||||
"& O < \\u00F4 <<< \\u00D4"
|
||||
"& S < \\u0161 <<< \\u0160"
|
||||
"& Z < \\u017E <<< \\017D";
|
||||
"& Z < \\u017E <<< \\u017D";
|
||||
|
||||
static const char spanish2[]= /* Also good for Asturian and Galician */
|
||||
"&C < ch <<< Ch <<< CH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue