• Marko Mäkelä's avatar
    fts_query_free(): Fix a potential assertion failure · babbf8c6
    Marko Mäkelä authored
    The ownership of the field query->intersection usually transfers
    to query->doc_ids. In some error scenario, it could be possible
    that fts_query_free() would be invoked with query->intersection!=NULL.
    Let us handle that case, instead of intentionally crashing the server.
    babbf8c6
fts0que.cc 117 KB