mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 00:43:58 +00:00
Remove trailing spaces (#665)
* Remove trailing spaces * PR-665 - Remove trailing spaces - Updated not stable test t/pt-online-schema-change/preserve_triggers.t - Updated utilities in bin directory * PR-665 - Remove trailing spaces - Fixed typos * PR-665 - Remove trailing spaces - Fixed typos --------- Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
# Internally, all column widths are *first* treated as percentages of the
|
||||
# line width. Even if a column is specified with width=>N where N is some
|
||||
# length of characters, this is converted to a percent/line width (rounded up).
|
||||
#
|
||||
#
|
||||
# Columns specified with width=>N or width_pct=>P (where P is some percent
|
||||
# of *total* line width, not remaining line width when used with other width=>N
|
||||
# columns) are fixed. You get exactly what you specify even if this results
|
||||
@@ -50,7 +50,7 @@
|
||||
# Extra space is distributed evenly among auto-width cols with print widths
|
||||
# less than the column's max val or header/name. This widens auto-width cols
|
||||
# to either show longer values or truncate the column header/name less.
|
||||
#
|
||||
#
|
||||
# After these adjustments, get_report() calls _truncate_headers() and
|
||||
# _truncate_line_values(). These truncate output to the columns' final,
|
||||
# calculated widths.
|
||||
|
Reference in New Issue
Block a user