diff options
author | hf@deer.(none) <> | 2005-02-18 15:52:59 +0400 |
---|---|---|
committer | hf@deer.(none) <> | 2005-02-18 15:52:59 +0400 |
commit | 8b2fc991cde4941445affafd5659ec7b21955d7e (patch) | |
tree | d73f4525263b8473fa55463877ce37ec5d2a602f /myisam | |
parent | c926e43f65f6b1e22a187b5a89354d8108689cdc (diff) | |
parent | 93e0107050ca4afae9d1cf686043e5e1fe4421cb (diff) | |
download | mariadb-git-8b2fc991cde4941445affafd5659ec7b21955d7e.tar.gz |
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.clean
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/ft_stopwords.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/ft_stopwords.c b/myisam/ft_stopwords.c index 112af87d201..a4bce6ad4e8 100644 --- a/myisam/ft_stopwords.c +++ b/myisam/ft_stopwords.c @@ -125,4 +125,5 @@ void ft_free_stopwords() my_free((char*) stopwords3,MYF(0)); stopwords3=0; } + ft_stopword_file= 0; } |