• Marko Mäkelä's avatar
    MDEV-12266: Remove lookups when dropping indexes · d2660362
    Marko Mäkelä authored
    btr_free_root_check(), btr_free_if_exists():
    Replace page_id, page_size with fil_space_t* and the
    root page number.
    
    btr_free_but_not_root(): Take fil_space_t* as a parameter,
    or NULL if the operation is not going to be redo-logged.
    
    btr_free(): Pass space=NULL to btr_free_but_not_root().
    d2660362
btr0btr.h 31.4 KB