ft_boolean_search.c test

myisam/ft_boolean_search.c:
  test
This commit is contained in:
unknown 2001-11-08 00:16:08 +01:00
parent b0d3a4779a
commit 680646c2ae

View File

@ -251,7 +251,7 @@ void _ftb_climb_the_tree(FTB_WORD *ftbw, my_off_t curdoc)
{
/* NOTE: special sort function of queue assures that all yn<0
* events for every particular subexpression will
* "auto-magically" happen BEFORE all yn>=0 events. So no
* "auto-magically" happen BEFORE all the yn>=0 events. So no
* already matched expression can become not-matched again.
*/
++ftbe->nos;