Daniel Nichter
550bb3887a
Add force => ->got('version-check') to tools.
2013-02-21 16:37:25 -07:00
Daniel Nichter
831197ba07
Update t/pt-query-digest/version_check.t.
2013-02-21 16:33:45 -07:00
Daniel Nichter
58dc45cf69
Update VersionCheck in all tools.
2013-02-21 16:12:09 -07:00
Daniel Nichter
364e08229d
Test that --version-check works/is enabled by default.
2013-02-21 16:07:33 -07:00
Daniel Nichter
fc851caec8
Simplify checking for .bzr/ to auto-disable --version-check in dev and test envs. Update t/pt-archiver/version_check.t. Need to update all other tools...
2013-02-21 15:59:49 -07:00
Brian Fraser
4534981913
VersionCheck: Skip running if called from our bzr repo
2013-02-21 04:41:57 -03:00
Daniel Nichter
8ecde260a7
Don't try https and http: use https if possible, else http. Lower timeout from 5 to 3 seconds. Start updating/fixing pt-archiver/version_check.t.
2013-02-14 09:41:52 -07:00
Daniel Nichter
4c63a36795
Make util/test-env require /etc/percona-toolkit/percona-toolkit.conf have no-version-check.
2013-02-14 09:02:12 -07:00
Daniel Nichter
877d1a3b26
Change version_check_file() to prefer global system dirs first.
2013-02-14 08:49:57 -07:00
Daniel Nichter
4545926556
Fix get_perl_module_version(). Add 'hours until next check' to debug output.
2013-02-14 08:28:18 -07:00
Daniel Nichter
6c79f4a5c1
Update, clean up VersionCheck. Update it all tools.
2013-02-13 20:57:39 -07:00
Daniel Nichter
07810ca867
Change --version-check to --[no]version-check, update POD text and how version_check() is called.
2013-02-13 16:06:31 -07:00
Daniel Nichter
d023c90e8e
Merge Pingback.t into VersionCheck.t and remove the former.
2013-02-12 19:47:14 -07:00
Brian Fraser
fd16bad016
pt-table-sync: Removed MySQLDump
2013-02-12 17:48:25 -03:00
Daniel Nichter
d9d641dea3
Fix t/pt-query-digest/samples/output_json_tcpdump021.txt.
2013-02-12 09:31:56 -07:00
Daniel Nichter
297b5ff2f3
TODO for timing-related test ndoesn't work on MySQL 5.6.
2013-02-12 09:23:45 -07:00
Daniel Nichter
b6bd78d205
Rename Pingback.pm to VersionCheck.pm.
2013-02-11 19:02:59 -07:00
Brian Fraser
c02844a9d6
Merged merge-VersionCheck-Pingback
2013-02-11 22:21:53 -03:00
Brian Fraser
6bf3a35a1a
Merged use-lmo.
...
This commit renames our fork of Mo to Lmo, since the two have diverged
a huge deal. The merged branch streamlined Lmo a great deal as well,
for maintainability.
2013-02-11 21:19:56 -03:00
Daniel Nichter
c9aa9e8cbd
Merge 2.1.9 fixes for pt-pmp.
2013-02-05 09:51:24 -07:00
Daniel Nichter
4c519735f7
Merge 2.1.9 fixes.
2013-02-05 09:47:17 -07:00
Daniel Nichter
636c034f7c
Merge pt-pmp-patch-alexey.
2013-02-04 10:16:41 -07:00
Daniel Nichter
7ce99800fd
Make pt-pmp.t use no_diff() so samples can be updated.
2013-02-04 10:04:30 -07:00
Daniel Nichter
f39285b3c8
Apply Alexey's pt-pmp patch.
2013-02-04 08:13:52 -07:00
Daniel Nichter
8dc976b96b
Merge mysql-connect-errors-bug-1103045 (bug 1103045 and bug 823411).
2013-02-01 11:03:25 -07:00
Daniel Nichter
ea4dfa7605
Add Error_msg (but no Error_no) when client closes connection during handshake.
2013-02-01 10:58:27 -07:00
Daniel Nichter
572294540c
Make 'Connect abort' errors just 'Connect' so all connect errors are lumped together.
2013-02-01 10:47:38 -07:00
Daniel Nichter
b3e5a1f0dd
Fix "Error: none" issue for tcpdump logs.
2013-02-01 10:44:47 -07:00
Daniel Nichter
4840b9c3a8
Remove other instance of 'none' Error_no in MySQLProtocolParser.pm.
2013-02-01 10:41:36 -07:00
Brian Fraser fraserb@gmail.com
be1d142d88
Updated modules for pt-osc and pt-table-sync
2013-02-01 14:39:33 -03:00
Daniel Nichter
cf74cd791e
Only add Error_no to event if there is one. Don't stringify it either; set its type in pqd.
2013-02-01 10:26:45 -07:00
Brian Fraser fraserb@gmail.com
809164becd
Change the Report modules to use Lmo
2013-02-01 14:06:13 -03:00
Brian Fraser fraserb@gmail.com
d816c6497e
Merged Lmo and updated everything that used it
2013-02-01 13:29:48 -03:00
Brian Fraser
10634cd27c
Update files to use the merged Pingback+VersionCheck
2013-01-31 22:24:47 -03:00
Brian Fraser
d2308be64c
Merged VersionCheck into Pingback
2013-01-31 21:11:14 -03:00
Brian Fraser
25e62aa305
Add Mo to pt-config-diff, pt-query-advisor, and pt-upgrade
2013-01-31 20:10:40 -03:00
Brian Fraser
a814b0be64
Minor fix to get Mo::has(handles => qr/.*/) working again
2013-01-31 20:00:09 -03:00
Brian Fraser
5b9932ca28
Updated some files that still used the old ReportFormatter
2013-01-31 19:51:38 -03:00
Brian Fraser
efc89a6725
Merged simplify-pqd
2013-01-31 14:52:34 -03:00
Brian Fraser
4ea0317469
Merged fix-1099836-pt-osc-mariadb-2.1.9
2013-01-31 12:39:47 -03:00
Brian Fraser
90d085d906
Merged fix-1105077-ptc-binlog_format-error-2.1.9
2013-01-31 12:13:41 -03:00
Brian Fraser
5fd8042e35
Updated JSONReportFormatter to drop the hard dependency on JSON.xs and use Transformers::encode_json if JSON is not available
2013-01-30 17:56:19 -03:00
Brian Fraser
98f490492c
Change JSONReportFormatter to handle versions of JSON.pm that don't add a newline at the end of the encoded json
2013-01-30 17:47:41 -03:00
Brian Fraser
dbbb699831
Update docs for pqd, make --create-review-tables work by default
2013-01-30 17:35:40 -03:00
Brian Fraser
3b6303f421
Updated explain samples for 5.1
2013-01-30 17:21:26 -03:00
Brian Fraser
541db4994e
Updated explain samples for 5.0
2013-01-30 17:17:02 -03:00
Brian Fraser
c91246e1ca
Fix for 1105077: pt-table-checksum: Confusing error message with binlog_format ROW or MIXED on slave
2013-01-30 13:30:31 -03:00
Brian Fraser
1283b5c8d0
Re-added comments to the skipped MariaDB warning in pt-osc, and ported back the changes to enable MariaDB sandboxes
2013-01-30 13:00:03 -03:00
Brian Fraser
a9661d09eb
Fix for bug 1099836: pt-online-schema-change fails with "Duplicate entry" on MariaDB
2013-01-30 12:33:42 -03:00
Daniel Nichter
461d9ba45a
Merge pk-del-bug-1103672-encore.
2013-01-30 08:07:19 -07:00