mariadb/storage/innobase/lock
Marko Mäkelä 9e5df96751 Reduce the amount of time(NULL) calls for lock processing
lock_t::requested_time: Document what the field is used for.

lock_t::wait_time: Document that the field is only used for
diagnostics and may be garbage if the system time is being adjusted.

srv_slot_t::suspend_time: Document that this is duplicating
trx_lock_t::wait_started.

lock_table_print(), lock_rec_print(): Declare in static scope.
Add a parameter for the current time.

lock_deadlock_check_and_resolve(), lock_deadlock_lock_print(),
lock_deadlock_joining_trx_print():
Add a parameter for the current time.
2019-07-24 21:59:26 +03:00
..
lock0iter.cc Update FSF address 2019-05-11 19:25:02 +03:00
lock0lock.cc Reduce the amount of time(NULL) calls for lock processing 2019-07-24 21:59:26 +03:00
lock0wait.cc Reduce the amount of time(NULL) calls for lock processing 2019-07-24 21:59:26 +03:00