Commit Graph

1017 Commits

Author SHA1 Message Date
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
25e62aa305 Add Mo to pt-config-diff, pt-query-advisor, and pt-upgrade 2013-01-31 20:10:40 -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
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 fraserb@gmail.com
457d61edfe Fix a broken test and make another more resilient to future changes 2013-01-24 12:11:11 -03:00
Brian Fraser fraserb@gmail.com
d1bdd4d80c Make pqd --output json have flags to enable sorted keys and prettyfied JSON 2013-01-24 12:00:48 -03:00
Brian Fraser
b21baeb5d8 pqd: Changed --resume to take a filename, added tests 2013-01-22 19:33:11 -03:00
Brian Fraser fraserb@gmail.com
9dd124038b pqd: Merge --review-history into --review, added --review-table & --history-table 2013-01-21 12:40:46 -03:00
Daniel Nichter
06ce6e012e Fix --resume. 2013-01-18 17:44:07 -07:00
Brian Fraser fraserb@gmail.com
e466408c0d QueryReportFormatter: Resolve a hash ordering issue & fix an error introduced by the refactoring which was breaking two tests: checking if --report-histogram rather than --report-all 2013-01-18 09:47:05 -03:00
Brian Fraser fraserb@gmail.com
41f440518f Fixed the precisions for numbers in the json output 2013-01-17 19:40:58 -03:00
Brian Fraser fraserb@gmail.com
3d93f42bc7 Add missing if to the resume code 2013-01-17 15:10:53 -03:00
Daniel Nichter
16bb2d3c0e Restore r534 of pqd so it works for testing. 2013-01-17 09:17:48 -07:00
Daniel Nichter
27e6d025f8 Rewrite and clean up the docs to reflect maybe the new usage. 2013-01-16 13:30:50 -07:00
Brian Fraser
1f7e1c12e2 lib/JSONReportFormatter.pm: Change the json output struct to the new spec 2013-01-16 16:46:40 -03:00
Brian Fraser fraserb@gmail.com
e8a8ebbcac Changed the JSON output 2013-01-16 07:59:19 -03:00
Brian Fraser fraserb@gmail.com
d1d1b04f6e Simplistic --resume implementation 2013-01-15 10:29:17 -03:00
Brian Fraser fraserb@gmail.com
7cae175337 pqd: --output json 2013-01-14 13:22:03 -03:00
Brian Fraser
8e36056359 pq: Remove --for-explain, make it always show the extra info 2013-01-11 15:37:55 -03:00
Brian Fraser
a1f1e4ae28 pqd: Removed --table-access 2013-01-11 14:59:23 -03:00
Brian Fraser
d0d8c59042 pqd: Remove --statistics, --pipeline-profile & --fingerprints, make them part of PTDEBUG 2013-01-11 14:52:42 -03:00
Brian Fraser
4fc66a08d3 pqd: Remove sparklines 2013-01-11 13:45:20 -03:00
Brian Fraser
944b2039d3 pqd: Stop reporting apdex scores 2013-01-11 13:20:39 -03:00
Brian Fraser
e925a239ff pqd: Removed --execute, --execute-throttle & --mirror 2013-01-11 13:20:19 -03:00
Daniel Nichter
a7ed751315 Merge 2.1 at r519 (release-2.1.8). 2013-01-09 08:44:25 -07:00
Daniel Nichter
baded38d2c Warn if no slaves are found. 2013-01-03 08:58:58 -07:00
Daniel Nichter
8a4c681050 Merge copyright-percona-ireland-ltd. 2013-01-02 17:54:18 -07:00
Daniel Nichter
ab746e604e Fix util/build-packages. Update percona-toolkit.pod. 2013-01-02 17:42:07 -07:00
Daniel Nichter
feab2f0925 s/Percona Inc/Percona Ireland Ltd/g 2013-01-02 17:19:16 -07:00
Brian Fraser
76301871ec Build percona-toolkit-2.1.8 2012-12-21 14:38:09 -03:00
Daniel Nichter
e13b480116 Merge remove-3-tools 2012-12-20 17:27:38 -07:00
Daniel Nichter
dad38169bf Remove ndb_binlog_index from auto-skipped sys tables in SchemaIterator because it wasn't previously skipped in 5.1 and 5.5. 2012-12-20 23:05:06 +00:00
Daniel Nichter
ca5b2ecfea Merge 2.1 r514, just a doc change. 2012-12-20 11:17:14 -07:00
Daniel Nichter
3e9eee0619 Document new pt-log-player limitation re auto val on zero re bug 1078887. 2012-12-20 10:52:09 -07:00
Brian Fraser
bae4ce1ce9 pt-fk-error-logger: Deal with 5.6 InnoDB timestamps 2012-12-20 13:55:12 -03:00
Brian Fraser
7539c3a8fb pt-deadlock-logger: use a character class instead of \p{Hex} 2012-12-20 13:54:36 -03:00
Brian Fraser
3ebf56db1f pt-deadlock-logger: InnoDB timestamps have a different format in 5.6 2012-12-19 13:48:24 -03:00
Brian Fraser
42484ecd10 Merged mysql-5.6-test-fixes and resolved conflicts 2012-12-19 13:47:54 -03:00
Brian Fraser
c88258bbf4 Merged fix-1082104-pt-deadlock-logger-username-dash 2012-12-13 22:47:50 -03:00
Brian Fraser
98e63a504e Merged fix-886059-pt-heartbeat-timezones 2012-12-13 22:38:40 -03:00
Brian Fraser
0ebe4ce6ce Merged pxc-pt-heartbeat 2012-12-13 22:24:03 -03:00
Daniel Nichter
81962de9e9 Tweak Percona XtraDB Cluster docs a little. 2012-12-13 17:40:46 -07:00
Brian Fraser
1a3505726b PXC section in pt-heartbeat 2012-12-13 21:09:33 -03:00
Brian Fraser
f3ad4c7d56 Fix for 886059: pt-heartbeat handles timezones inconsistently 2012-12-13 00:05:06 -03:00
Brian Fraser
3cab0e1b95 Added t/pt-deadlock-logger/samples/bug_1082104.txt & changed the username regex per Daniel's comments 2012-12-12 02:43:30 -03:00
Daniel Nichter
f84ed48707 Remove pt-log-player, pt-tcp-model, and pt-trend. 2012-12-11 18:30:30 -07:00