lp:~percona-toolkit-dev/percona-toolkit/fix-log-parser-writer-bug-963225

Created by Baron Schwartz and last modified
Get this branch:
bzr branch lp:~percona-toolkit-dev/percona-toolkit/fix-log-parser-writer-bug-963225
Members of Percona Toolkit developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Recent revisions

224. By Brian Fraser <email address hidden>

Bug 963225 v2: Updated tests and more samples

223. By Brian Fraser <email address hidden>

lib/Cxn.pm: Silence a warning (in 5.14)

I think this warning actually happens everywhere, but because of
how it happens, it gets masked by older versions of Perl.

Basically, Cxn's DESTROY method checks if $self->{dbh}, and if true,
calls ->disconnect on that. However, during global destruction --
when DESTROY is called -- you have no assurances that DESTROY
will be called before the dbh was already reaped.

This commit makes sure that the $self->{dbh} we have inside DESTROY
is actually a reference.

222. By Brian Fraser <email address hidden>

Silence warnings from lib/QueryAdvisorRules.pm

221. By Brian Fraser <email address hidden>

Fix test failures in t/lib/SQLParser.t from an lc() on a variable without a default on lib/Schema.pm

220. By Baron Schwartz

Update samples and tests for SlowLogWriter.pm and SlowLogParser.pm for bug 963225

217. By Daniel Nichter

Build percona-toolkit-2.0.4

216. By Daniel Nichter

Fix 'Bad substitution' error in util/build-packages.

215. By Daniel Nichter

Fix more quoting in util/build-packages.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:percona-toolkit/2.1
This branch contains Public information 
Everyone can see this information.