mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
11
mysql-test/include/optimizer_trace_no_costs.inc
Normal file
11
mysql-test/include/optimizer_trace_no_costs.inc
Normal file
@ -0,0 +1,11 @@
|
||||
# Mask the cost value from any field that looks like
|
||||
# "xxx_cost" : double_number
|
||||
# Print the
|
||||
# "xxx_cost" : "REPLACED"
|
||||
# instead
|
||||
--replace_regex /(_cost": )[0-9.e-]+/\1"REPLACED"/
|
||||
#--replace_regex /(_cost": )[0-9.e-]+/"REPLACED"/
|
||||
#--replace_regex /[0-9]+/BBB/
|
||||
|
||||
#--replace_regex /("r_engine_stats":) {[^}]*}/\1 REPLACED/
|
||||
|
Reference in New Issue
Block a user