Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.2.6, 10.11, 12.2
-
None
Description
"r_engine_stats" section is missing in analyze json output ,eventhough statistics present in slow-query-log
create table q(a int); |
analyze format=json insert into q1 values (1) ,(4),(2); |
-----------------------------------------------------+
|
| ANALYZE |
|
+----------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
| {
|
"query_optimization": { |
"r_total_time_ms": 0.180694024 |
},
|
"query_block": { |
"select_id": 1, |
"table": { |
"table_name": "q1" |
}
|
}
|
} |
|
+--------- |
slow-query-log:
- Pages_accessed: 8 Pages_read: 0 Pages_prefetched: 0 Pages_updated: 9 Old_rows_read: 0
- Pages_read_time: 0.0000 Engine_time: 0.0000
Attachments
Issue Links
- relates to
-
MDEV-37753 lock_sec_rec_some_has_impl() unnecessarily fetches history and a freed BLOB
-
- Closed
-
-
MDEV-31577 Make ANALYZE FORMAT=JSON print innodb stats
-
- Closed
-