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

make a clear distinction between max_word_length in *characters* and in *bytes*

This commit is contained in:
unknown
2003-12-04 21:58:28 +01:00
parent cebe1c0eee
commit b66c016f13
9 changed files with 18 additions and 18 deletions

View File

@ -26,8 +26,8 @@
extern "C" {
#endif
#define FT_QUERY_MAXLEN 1024
#define HA_FT_MAXLEN 254
#define HA_FT_MAXBYTELEN 254
#define HA_FT_MAXCHARLEN (HA_FT_MAXBYTELEN/3)
typedef struct st_ft_info FT_INFO;
struct _ft_vft