summaryrefslogtreecommitdiff
path: root/mysql-test/main/range.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2020-04-17 17:41:49 +0300
committerMonty <monty@mariadb.org>2020-04-19 17:33:52 +0300
commit27d9986c1b39dcb061dff9f5ade790b0a56bf168 (patch)
treec46242f192e5735aad7fd8da7d98732d725e42c3 /mysql-test/main/range.result
parent8d74d30dde57b75e8305c98976c9e968c8686462 (diff)
downloadmariadb-git-27d9986c1b39dcb061dff9f5ade790b0a56bf168.tar.gz
Added more digits to JSON output of double
sprintf() format of double changed from '%lg' to '%-.11lg' The change was to make it easier to read optimizer trace output with tables that has millions of records.
Diffstat (limited to 'mysql-test/main/range.result')
-rw-r--r--mysql-test/main/range.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/main/range.result b/mysql-test/main/range.result
index e56fd46b55f..6abf9331771 100644
--- a/mysql-test/main/range.result
+++ b/mysql-test/main/range.result
@@ -2611,10 +2611,10 @@ EXPLAIN
"used_key_parts": ["e"]
},
"rows": 15,
- "selectivity_pct": 14.423
+ "selectivity_pct": 14.42307692
},
"rows": 8,
- "filtered": 14.423,
+ "filtered": 14.42307663,
"index_condition": "t2.d is not null",
"attached_condition": "(t2.d,t2.e) in (<cache>((3,3)),<cache>((7,7)),<cache>((8,8))) and octet_length(t2.f) = 1"
},
@@ -2716,10 +2716,10 @@ EXPLAIN
"used_key_parts": ["e"]
},
"rows": 7,
- "selectivity_pct": 6.7308
+ "selectivity_pct": 6.730769231
},
"rows": 7,
- "filtered": 6.7308,
+ "filtered": 6.730769157,
"index_condition": "t2.d is not null",
"attached_condition": "(t2.d,t2.e) in (<cache>((4,4)),<cache>((7,7)),<cache>((8,8))) and octet_length(t2.f) = 1"
},