~percona-toolkit-dev/percona-toolkit/pt-heartbeat-utc-bug-1163372-2.1

« back to all changes in this revision

Viewing changes to bin/pt-find

  • Committer: Daniel Nichter
  • Date: 2013-02-14 21:13:06 UTC
  • mfrom: (528.1.4 release-2.1.9)
  • Revision ID: daniel@percona.com-20130214211306-wsiq5w04f9iowr6d
Tags: 2.1.9
Merge release-2.1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
# ###########################################################################
36
36
{
37
37
package Percona::Toolkit;
38
 
our $VERSION = '2.1.8';
 
38
our $VERSION = '2.1.9';
39
39
 
40
40
1;
41
41
}
1792
1792
      die "I need a $arg argument" unless $args{$arg};
1793
1793
   }
1794
1794
   my ($dbh, $db, $tbl) = @args{@required_args};
1795
 
   my $q      = $self->{Quoter};
 
1795
   my $q      = $self->{Quoter} || 'Quoter';
1796
1796
   my $db_tbl = $q->quote($db, $tbl);
1797
1797
   PTDEBUG && _d('Checking', $db_tbl);
1798
1798
 
4898
4898
 
4899
4899
=head1 VERSION
4900
4900
 
4901
 
pt-find 2.1.8
 
4901
pt-find 2.1.9
4902
4902
 
4903
4903
=cut