item_func.cc bug with several fulltext indexes fixed

sql/item_func.cc:
  bug with several fulltext indexes fixed
This commit is contained in:
unknown 2000-11-29 13:21:02 +01:00
commit d8a4ee0da2

View file

@ -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];