mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-21 02:00:45 +08:00
pqd: Remove --type pglog, memcached, and http
This commit is contained in:
@@ -481,9 +481,7 @@ sub query_report {
|
||||
}
|
||||
|
||||
my $log_type = $args{log_type} || '';
|
||||
my $mark = $log_type eq 'memcached'
|
||||
|| $log_type eq 'http'
|
||||
|| $log_type eq 'pglog' ? '' : '\G';
|
||||
my $mark = '\G';
|
||||
|
||||
if ( $item =~ m/^(?:[\(\s]*select|insert|replace)/ ) {
|
||||
if ( $item =~ m/^(?:insert|replace)/ ) { # No EXPLAIN
|
||||
|
||||
Reference in New Issue
Block a user