summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-07-15 17:00:26 +0300
committerGeorgi Kodinov <joro@sun.com>2009-07-15 17:00:26 +0300
commit30a9600ba634ee125b99a4eed2f0ea0bfe71c311 (patch)
tree38bb3feddac5704f511eecf5c6e93d941426d99a /sql
parent78d7544a22ed0438ec582bd7eb968ca32379b123 (diff)
parent02ce97ad21f161eb6515abff91955b97afcf2b3d (diff)
downloadmariadb-git-30a9600ba634ee125b99a4eed2f0ea0bfe71c311.tar.gz
automerge
Diffstat (limited to 'sql')
-rw-r--r--sql/item_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 33aeddfe6e6..47a13559e90 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1456,6 +1456,7 @@ public:
ft_handler->please->close_search(ft_handler);
ft_handler= 0;
concat_ws= 0;
+ table= 0; // required by Item_func_match::eq()
DBUG_VOID_RETURN;
}
enum Functype functype() const { return FT_FUNC; }