• unknown's avatar
    BUG#18839 - return value of parser->parse() is ignored · fb915b3a
    unknown authored
    Check value returned by parser->parse(). Better handle situations
    when it fails.
    
    
    storage/myisam/ft_boolean_search.c:
      Check value returned by parser->parse().
    storage/myisam/ft_nlq_search.c:
      Check value returned by parser->parse().
    fb915b3a
ft_boolean_search.c 27.9 KB