summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/analyze-format.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/analyze-format.inc')
-rw-r--r--mysql-test/include/analyze-format.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/include/analyze-format.inc b/mysql-test/include/analyze-format.inc
new file mode 100644
index 00000000..49edd009
--- /dev/null
+++ b/mysql-test/include/analyze-format.inc
@@ -0,0 +1,7 @@
+# Remove non-deterministic parts of ANALYZE FORMAT=JSON output:
+# - any timings
+# - Buffer sizes (depend on pointer size)
+# - r_engine_stats depends on buffer pool state and whether old record versions
+# were purged.
+
+--replace_regex /("(r_[a-z_]*_time(_in_progress)?_ms|r_buffer_size)": )[^, \n]*/\1"REPLACED"/ /("r_engine_stats":) {[^}]*}/\1 REPLACED/