mariadb/storage/xtradb/handler
Marko Mäkelä f6ea0389a4 Replace ut_timer() with my_interval_timer()
The function pointer ut_timer() was only used by the
InnoDB defragmenting thread. Let InnoDB use a single monotonic
high-precision timer, my_interval_timer() [in nanoseconds],
occasionally wrapped by microsecond_interval_timer().

srv_defragment_interval: Change from "timer" units to nanoseconds.

This concludes the InnoDB time function cleanup that was
motivated by MDEV-14154. Only ut_time_ms() will remain for now,
wrapping my_interval_timer().
2019-07-25 10:43:11 +03:00
..
ha_innodb.cc Replace ut_timer() with my_interval_timer() 2019-07-25 10:43:11 +03:00
ha_innodb.h Update FSF address 2019-05-11 19:25:02 +03:00
handler0alter.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
i_s.cc MDEV-19445 heap-use-after-free related to innodb_ft_aux_table 2019-05-13 17:16:42 +03:00
i_s.h MDEV-19445 heap-use-after-free related to innodb_ft_aux_table 2019-05-13 17:16:42 +03:00
xtradb_i_s.cc Update FSF address 2019-05-11 19:25:02 +03:00
xtradb_i_s.h Update FSF address 2019-05-11 19:25:02 +03:00