From fc09f13c5db5f6c8abab4817d81f6a2b0cb7666a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 23 Jan 2003 13:20:37 +0100 Subject: --ft_stopword_file command-line option --- myisam/myisamchk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'myisam/myisamchk.c') diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 7fa91253850..f5bae72396a 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -860,7 +860,7 @@ static int myisamchk(MI_CHECK *param, my_string filename) else { if (share->fulltext_index) - ft_init_stopwords(ft_precompiled_stopwords); /* SerG */ + ft_init_stopwords(); if (!(param->testflag & T_READONLY)) lock_type = F_WRLCK; /* table is changed */ -- cgit v1.2.1