diff options
author | serg@serg.mysql.com <> | 2003-01-23 13:20:37 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2003-01-23 13:20:37 +0100 |
commit | 274df581180e62eddaee716e3d1c39eebbb37ee4 (patch) | |
tree | 3db355daba734e755d05c110ab5412717c6c7408 /myisam/ft_static.c | |
parent | 74f478f9a5571556eacf0a2922d32f282520d301 (diff) | |
download | mariadb-git-274df581180e62eddaee716e3d1c39eebbb37ee4.tar.gz |
--ft_stopword_file command-line option
Diffstat (limited to 'myisam/ft_static.c')
-rw-r--r-- | myisam/ft_static.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/ft_static.c b/myisam/ft_static.c index e2a4fd8c0b1..7f78a11bb2f 100644 --- a/myisam/ft_static.c +++ b/myisam/ft_static.c @@ -67,6 +67,7 @@ FT_INFO *ft_init_search(uint mode, void *info, uint keynr, query, query_len, presort); } +const char *ft_stopword_file = 0; const char *ft_precompiled_stopwords[] = { #ifdef COMPILE_STOPWORDS_IN |