mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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.
This commit is contained in:
@ -192,7 +192,7 @@ ANALYZE
|
||||
"buffer_size": "1Kb",
|
||||
"join_type": "BNL",
|
||||
"attached_condition": "tbl1.c > tbl2.c",
|
||||
"r_filtered": 15.833
|
||||
"r_filtered": 15.83333333
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -421,7 +421,7 @@ ANALYZE
|
||||
"r_table_time_ms": "REPLACED",
|
||||
"r_other_time_ms": "REPLACED",
|
||||
"filtered": 100,
|
||||
"r_filtered": 98.135
|
||||
"r_filtered": 98.13542689
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user