Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG#18503734 - SEGV IN RBT_SEARCH(), FTS
1. Check whether cached_stopword is NULL in fts_tokenizer_word_get, so that we can avoid segement fault. 2. Load stopwords if needed in fts_add_doc_by_id. Note: The root cause why cached_stopword is not initialized is still unfounded. rb#6462 approved by Jimmy.
- Loading branch information