mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
PT-1554 Make QueryFormater consistent
In some OSes/Perl versions, the 'filtered' row is being printed with or without decimals. For example, in Ubuntu 16.04/Perl 5.22 it is 100.00 while in Ubuntu 18.04/Perl 5.26 it is 100. To make it consistent for tests, add a default formating string for the filtered row.
This commit is contained in:
@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
|
||||
# key_len: 27
|
||||
# ref: NULL
|
||||
# rows: 3
|
||||
# filtered: 100
|
||||
# filtered: 100.00
|
||||
# Extra: Using index
|
||||
|
Reference in New Issue
Block a user