mirror of
https://github.com/MariaDB/server.git
synced 2025-11-10 23:02:54 +03:00
1. Add explicit indication that the output is produced by SHOW EXPLAIN/ANALYZE FORMAT=JSON command. 2. Remove useless "r_total_time_ms" field from SHOW ANALYZE FORMAT=JSON output when there is no timed statistics gathered. 3. Add "r_query_time_in_progress_ms" to the output of SHOW ANALYZE FORMAT=JSON.
4 lines
209 B
PHP
4 lines
209 B
PHP
# The time on ANALYSE FORMAT=JSON is rather variable
|
|
|
|
--replace_regex /("(r_total_time_ms|r_table_time_ms|r_other_time_ms|r_buffer_size|r_filling_time_ms|r_query_time_in_progress_ms)": )[^, \n]*/\1"REPLACED"/
|