mariadb/storage/innobase/btr
Marko Mäkelä 33f74e8fcf MDEV-21024: Clean up IMPORT TABLESPACE
page_rec_write_field(): Remove.

dict_create_index_tree_step(): If the SYS_INDEXES.PAGE does not change,
do not update it in the data dictionary. Typically, all index page numbers
would be unchanged before and after IMPORT TABLESPACE, except if some
secondary indexes were created after loading some data.

btr_root_fseg_adjust_on_import(): Remove the redundant mtr_t* parameter.
Redo logging is disabled during the page adjustments that IMPORT TABLESPACE
is performing.
2019-11-11 14:14:26 +02:00
..
btr0btr.cc MDEV-21024: Clean up IMPORT TABLESPACE 2019-11-11 14:14:26 +02:00
btr0bulk.cc MDEV-20852 BtrBulk is unnecessarily holding dict_index_t::lock 2019-10-17 14:04:07 +03:00
btr0cur.cc MDEV-21024: Optimize writing BTR_EXTERN_LEN 2019-11-11 14:14:26 +02:00
btr0defragment.cc Cleanup btr_page_get_prev(), btr_page_get_next() 2019-11-11 13:36:21 +02:00
btr0pcur.cc Cleanup btr_page_get_prev(), btr_page_get_next() 2019-11-11 13:36:21 +02:00
btr0scrub.cc Cleanup btr_page_get_prev(), btr_page_get_next() 2019-11-11 13:36:21 +02:00
btr0sea.cc Cleanup btr_page_get_prev(), btr_page_get_next() 2019-11-11 13:36:21 +02:00