mariadb/storage/innobase/sync
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
..
sync0arr.cc Changed database, tablename and alias to be LEX_CSTRING 2018-01-30 21:33:55 +02:00
sync0debug.cc Allocate lock_sys statically 2018-02-23 08:18:18 +02:00
sync0rw.cc Windows : reenable warning C4805 (unsafe mix of types in bool operations) 2018-02-07 20:12:12 +00:00
sync0sync.cc Windows, compiling : use /permissive- switch to improve conformance 2018-02-07 20:22:30 +00:00