Commit 680646c2 authored by unknown's avatar unknown

ft_boolean_search.c test


myisam/ft_boolean_search.c:
  test
parent b0d3a477
...@@ -251,7 +251,7 @@ void _ftb_climb_the_tree(FTB_WORD *ftbw, my_off_t curdoc) ...@@ -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 /* NOTE: special sort function of queue assures that all yn<0
* events for every particular subexpression will * 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. * already matched expression can become not-matched again.
*/ */
++ftbe->nos; ++ftbe->nos;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment