mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
A way not to compile UCA collations
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user