1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Every charset now have its own parser state arrays

This commit is contained in:
bar@bar.mysql.r18.ru
2003-03-14 18:08:12 +04:00
parent b5bc52c7ae
commit b009386fa4
19 changed files with 250 additions and 192 deletions

View File

@ -306,6 +306,7 @@ CHARSET_INFO my_charset_bin =
bin_char_array, /* sort_order */
NULL, /* tab_to_uni */
NULL, /* tab_from_uni */
"","",
0, /* strxfrm_multiply */
my_strnncoll_binary, /* strnncoll */
my_strnncoll_binary,