summaryrefslogtreecommitdiff
path: root/mysql-test/main/analyze_stmt_orderby.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/analyze_stmt_orderby.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/analyze_stmt_orderby.result')
-rw-r--r--mysql-test/main/analyze_stmt_orderby.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/analyze_stmt_orderby.result b/mysql-test/main/analyze_stmt_orderby.result
index 47bc856ba53..11736c47a49 100644
--- a/mysql-test/main/analyze_stmt_orderby.result
+++ b/mysql-test/main/analyze_stmt_orderby.result
@@ -516,7 +516,7 @@ ANALYZE
"buffer_size": "119",
"join_type": "BNL",
"attached_condition": "t5.a = t6.a",
- "r_filtered": 21.429
+ "r_filtered": 21.42857143
}
}
}