mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-20 09:40:38 +00:00
PT-1595-percona toolkit docs still reference Maatkit (#591)
- Removed Maatkit left overs - Keeped links to Maatkit bugs and wiki - Updated brokn links
This commit is contained in:
@@ -995,9 +995,9 @@ sub _parse_csv {
|
||||
if ( $args{quoted_values} ) {
|
||||
# If the vals are quoted, then they can contain commas, like:
|
||||
# "hello, world!", 'batman'. If only we could use Text::CSV,
|
||||
# then I wouldn't write yet another csv parser to handle this,
|
||||
# but Maatkit doesn't like package dependencies, so here's my
|
||||
# light implementation of this classic problem.
|
||||
# then we wouldn't write yet another csv parser to handle this,
|
||||
# but Percona Toolkit doesn't like package dependencies, so here's
|
||||
# our light implementation of this classic problem.
|
||||
my $quote_char = '';
|
||||
VAL:
|
||||
foreach my $val ( split(',', $vals) ) {
|
||||
|
Reference in New Issue
Block a user