mariadb/storage/innobase/srv
Marko Mäkelä d73a898d64 MDEV-16045: Allocate log_sys statically
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.
2018-04-29 09:46:24 +03:00
..
srv0conc.cc MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
srv0mon.cc MDEV-16045: Allocate log_sys statically 2018-04-29 09:46:24 +03:00
srv0srv.cc MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
srv0start.cc MDEV-16045: Allocate log_sys statically 2018-04-29 09:46:24 +03:00