mariadb/storage/innobase/lock
Sergey Vojtovich 131d9a5d0c Allocate lock_sys statically
There is only one lock_sys. Allocate it statically in order to avoid
dereferencing a pointer whenever accessing it. Also, align some
members to their own cache line in order to avoid false sharing.

lock_sys_t::create(): The deferred constructor.

lock_sys_t::close(): The early destructor.
2018-02-23 08:18:18 +02:00
..
lock0iter.cc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
lock0lock.cc Allocate lock_sys statically 2018-02-23 08:18:18 +02:00
lock0prdt.cc Allocate lock_sys statically 2018-02-23 08:18:18 +02:00
lock0wait.cc Allocate lock_sys statically 2018-02-23 08:18:18 +02:00