mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
CHARSET_INFO structure reorganization for easier maintainance
This commit is contained in:
@ -32,35 +32,9 @@ CHARSET_INFO compiled_charsets[] = {
|
||||
NULL, /* tab_from_uni */
|
||||
"","",
|
||||
0,
|
||||
NULL, /* strnncoll */
|
||||
NULL, /* strnncollsp */
|
||||
NULL, /* strnxfrm */
|
||||
NULL, /* like_range */
|
||||
NULL, /* wildcmp */
|
||||
0,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL, /* mb_wc */
|
||||
NULL, /* wc_mb */
|
||||
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL, /* hash_sort */
|
||||
0,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user