1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-05 08:04:25 +03:00
Files
mariadb/mysql-test/include
Sergei Petrunia 68ed3a81f2 MDEV-20854: ANALYZE for statements: not clear where the time is spent
Count the "gap" time between table accesses and display it as
r_other_time_ms in the "table" element.

* The advantage of this approach is that it doesn't add any new
  my_timer_cycles() calls.
* The disadvantage is that the definition of what is done during
  "other time" is not that clear: it includes checking the WHERE
  (for this table), constructing index lookup tuple (for the next table)
  writing to GROUP BY temporary table (as we dont account for that time
  separately [yet], etc)
2019-11-12 14:40:00 +03:00
..
2019-04-05 11:41:03 +03:00
2013-03-28 17:19:09 +04:00
2013-12-20 12:42:33 +04:00
2016-09-06 12:50:02 +04:00
2016-05-30 16:56:29 +04:00
2017-04-06 15:41:54 +05:30
2019-01-23 15:30:00 +04:00
2019-01-23 15:30:00 +04:00
2016-09-10 16:04:44 +02:00
2017-11-30 08:16:37 +02:00
2019-03-01 12:41:05 -05:00
2019-05-11 21:29:06 +03:00
2019-05-23 02:28:23 +03:00
2019-01-23 15:30:00 +04:00
2017-06-29 23:03:30 +05:30
2019-10-12 06:50:12 +03:00
2019-01-23 15:30:00 +04:00
2013-12-22 17:06:50 +01:00
2019-03-27 12:26:11 +02:00
2019-05-19 20:55:37 +02:00
2019-05-14 17:18:46 +03:00
2015-06-16 23:55:56 +02:00
2013-01-31 09:48:19 +01:00
2013-02-22 10:23:17 +01:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2017-08-23 16:49:42 +05:30