mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
- Fixing utf8_general_cs according to recent changes.
- Compiling utf8_general_cs in pentium-debug-max configuration
to avoid these problems in the future.
BUILD/compile-pentium-debug-max:
Enable compiling of experimental collations in compile-pentium-debug-max
config/ac-macros/character_sets.m4:
Adding hidden flag --with-experimental-collations,
not seen in "configure --help".
strings/ctype-utf8.c:
Compilation failure changes:
catching up with previous character set changes:
- uni_plane is now not a global variables
- adding new parameter into my_strnncollsp_utf8_cs
- adding my_strnxfrm_len into MY_COLLATION_HANDLER
for utf8_general_cs
|
||
|---|---|---|
| .. | ||
| alloca.m4 | ||
| character_sets.m4 | ||
| check_cpu.m4 | ||
| compiler_flag.m4 | ||
| ha_archive.m4 | ||
| ha_berkeley.m4 | ||
| ha_blackhole.m4 | ||
| ha_example.m4 | ||
| ha_federated.m4 | ||
| ha_innodb.m4 | ||
| ha_ndbcluster.m4 | ||
| ha_tina.m4 | ||
| large_file.m4 | ||
| misc.m4 | ||
| openssl.m4 | ||
| readline.m4 | ||
| yassl.m4 | ||
| zlib.m4 | ||