summaryrefslogtreecommitdiff
path: root/myisam/ft_static.c
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-04-17 21:30:02 +0200
committerunknown <serg@serg.mysql.com>2001-04-17 21:30:02 +0200
commit17ef8ef4443598265bca23d86d04fcc275da7804 (patch)
tree6c294f797e941fcb6156771d2a0f0dd4393d06bb /myisam/ft_static.c
parent09f0384e7abce9d9cb744d0a20b897b5a77ef747 (diff)
downloadmariadb-git-17ef8ef4443598265bca23d86d04fcc275da7804.tar.gz
ft_* variables added
Diffstat (limited to 'myisam/ft_static.c')
-rw-r--r--myisam/ft_static.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/myisam/ft_static.c b/myisam/ft_static.c
index 00d9d4ed19a..09afadec23f 100644
--- a/myisam/ft_static.c
+++ b/myisam/ft_static.c
@@ -18,6 +18,10 @@
#include "ftdefs.h"
+uint ft_min_word_len=4;
+uint ft_max_word_len=HA_FT_MAXLEN;
+uint ft_max_word_len_for_sort=20;
+
const MI_KEYSEG ft_keysegs[FT_SEGS]={
{
HA_KEYTYPE_VARTEXT, /* type */