• Marko Mäkelä's avatar
    MDEV-22871: Clean up btr_search_sys · bf3c862f
    Marko Mäkelä authored
    btr_search_sys::parts[]: A single structure for the partitions of
    the adaptive hash index. Replaces the 3 separate arrays:
    btr_search_latches[], btr_search_sys->hash_tables,
    btr_search_sys->hash_tables[i]->heap.
    
    hash_table_t::heap, hash_table_t::adaptive: Remove.
    
    ha0ha.cc: Remove. Move all code to btr0sea.cc.
    bf3c862f
btr0cur.cc 242 KB