• unknown's avatar
    Fix hang/crash with Boolean full-text search against an unindexed field for · 61b2a6b0
    unknown authored
    which the query contained more words than we allocated space. (Bug #7858)
    
    
    myisam/ft_boolean_search.c:
      Fix calculation of max number of elements -- "words" may not have spaces
      between them.
    mysql-test/t/fulltext.test:
      Modify test to be specific to reported bug (fix for old bug wasn't quite enough)
    mysql-test/r/fulltext.result:
      Update results
    61b2a6b0
fulltext.result 16.5 KB