mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Configure.in/Makefile.in charset related things are now earier to maintain
Fixes in charset related C++ code
This commit is contained in:
parent
b226bad64a
commit
1ebab2be72
16 changed files with 102 additions and 59 deletions
|
|
@ -77,6 +77,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHARSET_czech
|
||||
|
||||
/*
|
||||
These are four tables for four passes of the algorithm. Please see
|
||||
below for what are the "special values"
|
||||
|
|
@ -513,3 +515,5 @@ uchar NEAR sort_order_czech[] = {
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue