Removed two leftover references to ptqa

This commit is contained in:
Brian Fraser
2013-03-13 12:44:32 -03:00
parent 8dba4e5ef8
commit 2d93b6b8fd
2 changed files with 1 additions and 11 deletions

View File

@@ -22,7 +22,6 @@ bin/pt-mext
bin/pt-mysql-summary
bin/pt-online-schema-change
bin/pt-pmp
bin/pt-query-advisor
bin/pt-query-digest
bin/pt-show-grants
bin/pt-sift

View File

@@ -160,15 +160,6 @@ sub check_module_usage {
# Many tools dyanmically instantiate objs like $plugin="WatchStatus",
# $plugin->new(). So this script can't detect that.
my %dynamic = (
'pt-loadavg' => {
WatchStatus => 1,
WatchProcesslist => 1,
WatchServer => 1,
},
'pt-query-advisor' => {
SlowLogParser => 1,
GeneralLogParser => 1,
},
'pt-query-digest' => {
TcpdumpParser => 1,
MySQLProtocolParser => 1,
@@ -195,7 +186,7 @@ sub check_module_usage {
# If these base-class modules are present, they should be accompanied
# by a subclass.
my %base_class = (
'AdvisorRules' => [ qw(QueryAdvisorRules VariableAdvisorRules) ],
'AdvisorRules' => [ qw(VariableAdvisorRules) ],
);
# Nearly every tool has or needs these modules.