• Marko Mäkelä's avatar
    Hard-code innodb_page_size as the undo log page size. · a20340cf
    Marko Mäkelä authored
    InnoDB undo logs currently always use the innodb_page_size,
    whether they are stored in the system tablespace, in a
    dedicated undo tablespace, or in the temporary tablespace.
    Remove redundant page_size parameters.
    
    TrxUndoRsegsIterator::set_next(): return bool instead of page_size.
    a20340cf
trx0undo.cc 57.6 KB