mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
A way not to compile UCA collations
This commit is contained in:
parent
2b69b4ae4f
commit
29fb8728e4
4 changed files with 31 additions and 2 deletions
|
|
@ -215,7 +215,7 @@ static int add_collation(CHARSET_INFO *cs)
|
|||
|
||||
if (!strcmp(cs->csname,"ucs2") )
|
||||
{
|
||||
#ifdef HAVE_CHARSET_ucs2
|
||||
#if defined(HAVE_CHARSET_ucs2) && defined(HAVE_UCA_COLLATIONS)
|
||||
new->cset= my_charset_ucs2_general_uca.cset;
|
||||
new->coll= my_charset_ucs2_general_uca.coll;
|
||||
new->strxfrm_multiply= my_charset_ucs2_general_uca.strxfrm_multiply;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue