diff options
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r-- | sql/item_func.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc index 91ec8826f73..86cc3283955 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -2164,10 +2164,7 @@ bool Item_func_match::eq(const Item *item) const double Item_func_match::val() { if (ft_handler==NULL) - init_search(1); - - if ((null_value= (ft_handler==NULL))) - return 0.0; + return -1.0; if (join_key) { |