mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +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:
@@ -265,7 +265,7 @@ sub fill_in_dsn {
|
||||
}
|
||||
|
||||
# Actually opens a connection, then sets some things on the connection so it is
|
||||
# the way the Maatkit tools will expect. Tools should NEVER open their own
|
||||
# the way the Percona tools will expect. Tools should NEVER open their own
|
||||
# connection or use $dbh->reconnect, or these things will not take place!
|
||||
sub get_dbh {
|
||||
my ( $self, $cxn_string, $user, $pass, $opts ) = @_;
|
||||
|
@@ -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