mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-02 02:00:14 +08:00
Namely, awk's printf("%d") doing what it's supposed to do, cast
it's operand to (int), which screws up large numbers.
The fix is simple, although it mostly just pushes the problem
under the rug; using %.0f instead of %d.
41 KiB
41 KiB