mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.6 into 10.9
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
# The time on ANALYSE FORMAT=JSON is rather variable
|
||||
# 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"/
|
||||
--replace_regex /("(r_[a-z_]*_time(_in_progress)?_ms|r_buffer_size)": )[^, \n]*/\1"REPLACED"/ /("r_engine_stats":) {[^}]*}/\1 REPLACED/
|
||||
|
Reference in New Issue
Block a user