1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

FULLTEXT: correct charset support (UTF included, UCS2 - not)

code cleanup
This commit is contained in:
serg@serg.mylan
2003-10-20 15:53:48 +02:00
parent c9640c592a
commit c60ef8160f
13 changed files with 121 additions and 86 deletions

View File

@ -1093,7 +1093,7 @@ skipp:
MY_CHARSET_HANDLER my_charset_8bit_handler=
{
NULL, /* ismbchar */
NULL, /* mbcharlen */
my_mbcharlen_8bit, /* mbcharlen */
my_numchars_8bit,
my_charpos_8bit,
my_lengthsp_8bit,