• Marko Mäkelä's avatar
    MDEV-19513: Allocate dict_sys statically · 5fd7502e
    Marko Mäkelä authored
    dict_sys_t::create(): Renamed from dict_init().
    
    dict_sys_t::close(): Renamed from dict_close().
    
    dict_sys_t::add(): Sliced from dict_table_t::add_to_cache().
    
    dict_sys_t::remove(): Renamed from dict_table_remove_from_cache().
    
    dict_sys_t::prevent_eviction(): Renamed from
    dict_table_move_from_lru_to_non_lru().
    
    dict_sys_t::acquire(): Replaces dict_move_to_mru() and some more logic.
    
    dict_sys_t::resize(): Renamed from dict_resize().
    
    dict_sys_t::find(): Replaces dict_lru_find_table() and
    dict_non_lru_find_table().
    5fd7502e
btr0sea.cc 53 KB