mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 08:56:34 +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:
@@ -22,13 +22,13 @@
|
||||
# TextResultSetParser converts a text result set to a data struct like
|
||||
# DBI::selectall_arrayref(). Text result sets are like what SHOW PROCESSLIST
|
||||
# and EXPLAIN print, like:
|
||||
#
|
||||
#
|
||||
# +----+------+
|
||||
# | Id | User |
|
||||
# +----+------+
|
||||
# | 1 | bob |
|
||||
# +----+------+
|
||||
#
|
||||
#
|
||||
# That converts to:
|
||||
# (start code)
|
||||
# [
|
||||
|
Reference in New Issue
Block a user