diff options
author | svoj@april.(none) <> | 2006-02-03 14:09:33 +0400 |
---|---|---|
committer | svoj@april.(none) <> | 2006-02-03 14:09:33 +0400 |
commit | 7c76ae4c135c1356a6a9bcb0c2acb47cbf26941f (patch) | |
tree | 4390a3084472a15a3bc3e48c7e12296dcd57be19 /sql/item_func.h | |
parent | 736faf473011dffd0fc0905c1d5e7859fa04c5aa (diff) | |
download | mariadb-git-7c76ae4c135c1356a6a9bcb0c2acb47cbf26941f.tar.gz |
BUG#16893: Crash in test 'fulltext_order_by'
Fixed that fulltext query + union results in unexpected behaviour.
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index 2c4976d1152..5bf57a713c4 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -1057,9 +1057,6 @@ public: { ft_handler->please->close_search(ft_handler); ft_handler=0; - if (join_key) - table->file->ft_handler=0; - table->fulltext_searched=0; } if (concat) { |