mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +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
|
|
@ -36,6 +36,7 @@
|
|||
#include "m_string.h"
|
||||
#include "m_ctype.h"
|
||||
|
||||
#ifdef HAVE_UCA_COLLATIONS
|
||||
|
||||
#define MY_UCA_NPAGES 256
|
||||
#define MY_UCA_NCHARS 256
|
||||
|
|
@ -8990,4 +8991,6 @@ CHARSET_INFO my_charset_utf8_persian_uca_ci=
|
|||
&my_collation_any_uca_handler
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* HAVE_CHARSET_utf8 */
|
||||
|
||||
#endif /* HAVE_UCA_COLLATIONS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue