• Marko Mäkelä's avatar
    MDEV-33383: Replace fts_doc_id_cmp, ib_vector_sort · 47122a61
    Marko Mäkelä authored
    fts_doc_ids_sort(): Sort an array of doc_id_t by C++11 std::sort().
    
    fts_doc_id_cmp(), ib_vector_sort(): Remove. The comparison was
    returning an incorrect result when the difference exceeded the int range.
    
    Reviewed by: Thirunarayanan Balathandayuthapani
    47122a61
ut0vec.h 8.37 KB