mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
Removed --aux-dsn, enabled passing an optional dsn with the extra arguments
This commit is contained in:
@@ -16,7 +16,7 @@ use PerconaTest;
|
||||
# #############################################################################
|
||||
# Issue 565: mk-query-digest isn't compiling filter correctly
|
||||
# #############################################################################
|
||||
my $output = `$trunk/bin/pt-query-digest --type tcpdump --filter '\$event->{No_index_used} || \$event->{No_good_index_used}' --group-by tables $trunk/t/lib/samples/tcpdump014.txt 2>&1`;
|
||||
my $output = `$trunk/bin/pt-query-digest --type tcpdump --filter '\$event->{No_index_used} || \$event->{No_good_index_used}' --group-by tables $trunk/t/lib/samples/tcpdump/tcpdump014.txt 2>&1`;
|
||||
unlike(
|
||||
$output,
|
||||
qr/Can't use string/,
|
||||
|
Reference in New Issue
Block a user