• Marko Mäkelä's avatar
    MDEV-16045: Allocate log_sys statically · d73a898d
    Marko Mäkelä authored
    There is only one redo log subsystem in InnoDB. Allocate the object
    statically, to avoid unnecessary dereferencing of the pointer.
    
    log_t::create(): Renamed from log_sys_init().
    
    log_t::close(): Renamed from log_shutdown().
    
    log_t::checkpoint_buf_ptr: Remove. Allocate log_t::checkpoint_buf
    statically.
    d73a898d
innodb-scrub-log.test 444 Bytes