diff options
author | Monty <monty@mariadb.org> | 2022-10-04 16:16:06 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2022-10-04 21:46:44 +0300 |
commit | 30f3d767ef4a8789860452127d8e04b92fadaabc (patch) | |
tree | 4a2c0b88479e3812e98bbbe849b3123f4cc0dd75 /mysql-test/include/analyze-format.inc | |
parent | a35f715f440eb9ce93e4245cb1e4e5bc6f6972a2 (diff) | |
download | mariadb-git-10.7-selectivity.tar.gz |
Added test cases for preceding test10.7-selectivity
This includes all test changes from
"Changing all cost calculation to be given in milliseconds"
and forwards
Diffstat (limited to 'mysql-test/include/analyze-format.inc')
-rw-r--r-- | mysql-test/include/analyze-format.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/analyze-format.inc b/mysql-test/include/analyze-format.inc index 7e18524e44e..59d3426a43b 100644 --- a/mysql-test/include/analyze-format.inc +++ b/mysql-test/include/analyze-format.inc @@ -1,3 +1,3 @@ # 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)": )[^, \n]*/\1"REPLACED"/ +--replace_regex /("(r_total_time_ms|r_table_time_ms|r_other_time_ms|r_buffer_size|r_filling_time_ms|r_unpack_time_ms)": )[^, \n]*/\1"REPLACED"/ |