mariadb/storage
Marko Mäkelä 7088d13d83 Bug #12950803 62294: BUF_BUDDY_RELOCATE CALLS GETTIMEOFDAY ...
buf_buddy_relocate(): The ut_time_us() function is needed for
statistics, calculating the total time spent on relocating blocks.
Until now, we invoked ut_time_us() every time buf_buddy_relocate() was
called. Fix: Only call ut_time_us() when the block can be relocated.
After this fix, the reported relocated_usec will no longer include the
time for the page_hash lookup and for acquiring the block mutex.

Approved by Sunny Bains on IM
2011-09-06 10:08:52 +03:00
..
archive Updated/added copyright headers 2011-07-03 17:47:37 +02:00
blackhole Updated/added copyright headers 2011-06-30 17:37:13 +02:00
csv Updated/added copyright headers 2011-06-30 17:37:13 +02:00
example Updated/added copyright headers 2011-06-30 17:37:13 +02:00
federated Updated/added copyright headers 2011-06-30 17:37:13 +02:00
heap Updated/added copyright headers 2011-07-03 17:47:37 +02:00
innobase Bug#12704861 Corruption after a crash during BLOB update 2011-08-29 11:16:42 +03:00
innodb_plugin Bug #12950803 62294: BUF_BUDDY_RELOCATE CALLS GETTIMEOFDAY ... 2011-09-06 10:08:52 +03:00
myisam Updated/added copyright headers 2011-07-03 20:08:47 +02:00
myisammrg Updated/added copyright headers 2011-07-03 17:47:37 +02:00
ndb Merge from mysql-5.1.58-release 2011-07-06 00:56:51 +02:00
Makefile.am Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_storage_engine.cmake Updated/added copyright headers 2011-06-30 17:37:13 +02:00