diff options
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r-- | sql/item_func.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc index ac1e3298d02..bad789479b2 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -1988,7 +1988,7 @@ bool Item_func_match::fix_index() ft_to_key[mkeys]=ft_to_key[key]; continue; } - if (ft_cnt[key] == max_cnt) + if (max_cnt && ft_cnt[key] == max_cnt) { mkeys++; ft_cnt[mkeys]=ft_cnt[key]; |