mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
FULLTEXT: correct charset support (UTF included, UCS2 - not)
code cleanup
This commit is contained in:
@@ -310,6 +310,7 @@ int my_wildcmp_8bit(CHARSET_INFO *,
|
||||
|
||||
uint my_numchars_8bit(CHARSET_INFO *, const char *b, const char *e);
|
||||
uint my_charpos_8bit(CHARSET_INFO *, const char *b, const char *e, uint pos);
|
||||
int my_mbcharlen_8bit(CHARSET_INFO *, uint c);
|
||||
|
||||
|
||||
/* Functions for multibyte charsets */
|
||||
|
Reference in New Issue
Block a user