mariadb/storage/innobase/btr
Marko Mäkelä d266036292 MDEV-12266: Remove lookups when dropping indexes
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().
2018-03-30 18:26:52 +03:00
..
btr0btr.cc MDEV-12266: Remove lookups when dropping indexes 2018-03-30 18:26:52 +03:00
btr0bulk.cc MDEV-12266: Change dict_table_t::space to fil_space_t* 2018-03-29 22:02:05 +03:00
btr0cur.cc MDEV-12266: Change dict_table_t::space to fil_space_t* 2018-03-29 22:02:05 +03:00
btr0defragment.cc MDEV-12266: Change dict_table_t::space to fil_space_t* 2018-03-29 22:02:05 +03:00
btr0pcur.cc Add page_has_prev(), page_has_next(), page_has_siblings() 2018-02-08 22:34:21 +02:00
btr0scrub.cc MDEV-12266: Change dict_table_t::space to fil_space_t* 2018-03-29 22:02:05 +03:00
btr0sea.cc MDEV-12266: Change dict_table_t::space to fil_space_t* 2018-03-29 22:02:05 +03:00