summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2005-02-18 15:52:59 +0400
committerunknown <hf@deer.(none)>2005-02-18 15:52:59 +0400
commit5b91c5a73c778bd0e93220534493bacaba0c292c (patch)
treed73f4525263b8473fa55463877ce37ec5d2a602f /myisam
parent29fb8728e45d22241a6d225d787cd5b19e2053cb (diff)
parentd76b88b65c37e84260f26249cd5a162cb91e328a (diff)
downloadmariadb-git-5b91c5a73c778bd0e93220534493bacaba0c292c.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.c1
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;
}