diff options
author | unknown <serg@serg.mysql.com> | 2003-01-23 13:20:37 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-01-23 13:20:37 +0100 |
commit | fc09f13c5db5f6c8abab4817d81f6a2b0cb7666a (patch) | |
tree | 3db355daba734e755d05c110ab5412717c6c7408 /myisam/myisamchk.c | |
parent | 30a35bcfe456cc118381e5475c90dda32e414d72 (diff) | |
download | mariadb-git-fc09f13c5db5f6c8abab4817d81f6a2b0cb7666a.tar.gz |
--ft_stopword_file command-line option
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r-- | myisam/myisamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |