• Marko Mäkelä's avatar
    MDEV-21024: Clean up IMPORT TABLESPACE · 33f74e8f
    Marko Mäkelä authored
    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.
    33f74e8f
page0page.ic 27.7 KB