From c2d2c1e727b744c88f4a69bde4c1f45344c2c758 Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Fri, 3 Dec 2021 18:08:10 +0300 Subject: MDEV-26519: Improved histograms Save extra information in the histogram: "target_histogram_size": nnn, "collected_at": "(date and time)", "collected_by": "(server version)", --- mysql-test/include/json_hb_histogram.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mysql-test/include/json_hb_histogram.inc (limited to 'mysql-test/include/json_hb_histogram.inc') diff --git a/mysql-test/include/json_hb_histogram.inc b/mysql-test/include/json_hb_histogram.inc new file mode 100644 index 00000000000..0805a7f0e53 --- /dev/null +++ b/mysql-test/include/json_hb_histogram.inc @@ -0,0 +1,3 @@ +# The time on ANALYSE FORMAT=JSON is rather variable + +--replace_regex /("(collected_at|collected_by)": )"[^"]*"/\1"REPLACED"/ -- cgit v1.2.1