~percona-toolkit-dev/percona-toolkit/release-2.2.2

« back to all changes in this revision

Viewing changes to util/check-tool

  • Committer: Brian Fraser
  • Date: 2013-03-13 15:44:32 UTC
  • mto: This revision was merged to the branch mainline in revision 559.
  • Revision ID: fraserbn@gmail.com-20130313154432-vvocrweot9lxfqe0
Removed two leftover references to ptqa

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
   # Many tools dyanmically instantiate objs like $plugin="WatchStatus",
161
161
   # $plugin->new().  So this script can't detect that.
162
162
   my %dynamic = (
163
 
      'pt-loadavg' => {
164
 
         WatchStatus       => 1,
165
 
         WatchProcesslist  => 1,
166
 
         WatchServer       => 1, 
167
 
      },
168
 
      'pt-query-advisor' => {
169
 
         SlowLogParser     => 1,
170
 
         GeneralLogParser  => 1,
171
 
      },
172
163
      'pt-query-digest' => {
173
164
         TcpdumpParser           => 1,
174
165
         MySQLProtocolParser     => 1,
195
186
   # If these base-class modules are present, they should be accompanied
196
187
   # by a subclass.
197
188
   my %base_class = (
198
 
      'AdvisorRules' => [ qw(QueryAdvisorRules VariableAdvisorRules) ],
 
189
      'AdvisorRules' => [ qw(VariableAdvisorRules) ],
199
190
   );
200
191
 
201
192
   # Nearly every tool has or needs these modules.