diff options
author | serg@serg.mysql.com <> | 2001-01-07 15:31:14 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-01-07 15:31:14 +0100 |
commit | 2e453e7bf7e6eabf2805794418c1f3882378357a (patch) | |
tree | 27d0e37c428edbbc46f62819cd95a8ce5843be43 /sql/item_func.h | |
parent | c857519a2fc5ba49870291a7c1aa2ad2663879d3 (diff) | |
download | mariadb-git-2e453e7bf7e6eabf2805794418c1f3882378357a.tar.gz |
item_func.h bugfix
fulltext_cache.test drop table added
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index bc196dc58a5..90400b4181a 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -849,9 +849,11 @@ public: if (!master) { if (ft_handler) + { ft_close_search(ft_handler); - if(join_key) - table->file->ft_handler=0; + if(join_key) + table->file->ft_handler=0; + } } } const char *func_name() const { return "match"; } |