summaryrefslogtreecommitdiff
path: root/include/ft_global.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-12-04 21:58:28 +0100
committerserg@serg.mylan <>2003-12-04 21:58:28 +0100
commit3f1d0acbade5a8e2d1978a6378f4754f51dfa1e0 (patch)
treef52b83374a1d65b18565fed5c9f35dfcee9e3fb9 /include/ft_global.h
parentb83f2bd3500207c578952d5a2849d9712f0413fb (diff)
downloadmariadb-git-3f1d0acbade5a8e2d1978a6378f4754f51dfa1e0.tar.gz
make a clear distinction between max_word_length in *characters* and in *bytes*
Diffstat (limited to 'include/ft_global.h')
-rw-r--r--include/ft_global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ft_global.h b/include/ft_global.h
index df6860109e4..c30b0665216 100644
--- a/include/ft_global.h
+++ b/include/ft_global.h
@@ -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