summaryrefslogtreecommitdiff
path: root/myisam/ft_static.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-11-05 03:43:00 +0200
committermonty@hundin.mysql.fi <>2001-11-05 03:43:00 +0200
commit96fc8a7de610ad117077567049d4f470ac741220 (patch)
tree6567b59b5e3288b8e83bd3f7dd47c66c15832a8d /myisam/ft_static.c
parent3afb157ca21925c53724425785ab0769397e3b45 (diff)
downloadmariadb-git-96fc8a7de610ad117077567049d4f470ac741220.tar.gz
Make ft_xxx variables ulong to not break mysqld.cc init of variables.
mysqltest: replace_result now also affects error messages
Diffstat (limited to 'myisam/ft_static.c')
-rw-r--r--myisam/ft_static.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/myisam/ft_static.c b/myisam/ft_static.c
index 494d7638d67..c9666ea5a65 100644
--- a/myisam/ft_static.c
+++ b/myisam/ft_static.c
@@ -18,9 +18,9 @@
#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;
+ulong ft_min_word_len=4;
+ulong ft_max_word_len=HA_FT_MAXLEN;
+ulong ft_max_word_len_for_sort=20;
const MI_KEYSEG ft_keysegs[FT_SEGS]={
{