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 |
|
Daniel Nichter
|
a8da9c268a
|
Fix t/pt-agent/schedule_services.t.
|
2013-01-30 16:55:42 -07:00 |
|
Daniel Nichter
|
07da85bb75
|
Clarify a code comment.
|
2013-01-30 16:46:36 -07:00 |
|
Daniel Nichter
|
f7813c9495
|
Fix t/pt-agent/make_new_crontab.t.
|
2013-01-30 16:44:22 -07:00 |
|
Daniel Nichter
|
7331a7f857
|
Fix t/pt-agent/send_data.t.
|
2013-01-30 16:28:41 -07:00 |
|
Daniel Nichter
|
9cc3c81143
|
Fix init_agent.t.
|
2013-01-30 15:52:26 -07: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 |
|
Daniel Nichter
|
82601d38e6
|
Merge simplify-pqd r549.
|
2013-01-30 13:33:47 -07:00 |
|
Daniel Nichter
|
bf92ce765d
|
Update/fix pt-agent to work with new Service.run_schedule and Service.spool_schedule attribs.
|
2013-01-30 13:25:21 -07: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 |
|
Daniel Nichter
|
93146ce58a
|
Soften the warning about 'drop primary key' a little.
|
2013-01-30 08:04:19 -07:00 |
|
Daniel Nichter
|
680477ed58
|
Add 'DROP PRIMARY KEY' to --check-alter.
|
2013-01-29 18:16:38 -07:00 |
|
Daniel Nichter
|
7ec6abd684
|
Fall back to using pk/ui from orig table if new table del index uses cols that no longer exist in orig table.
|
2013-01-29 17:51:43 -07:00 |
|
Daniel Nichter
|
9e7248861d
|
Catch and report aborted connects.
|
2013-01-28 14:12:48 -07:00 |
|
Daniel Nichter
|
ca3efc709a
|
Merge fix-pt-heartbeat-2.1.8.
|
2013-01-25 11:30:39 -07:00 |
|
Daniel Nichter
|
15b1c43874
|
Fix and test parser_error_packet() for non-SQL errors.
|
2013-01-25 11:24:35 -07:00 |
|
Daniel Nichter
|
20ace5a9e9
|
Merge pt-stalk-quiet.
|
2013-01-24 12:23:24 -07:00 |
|
Daniel Nichter
|
b4cfe5b26c
|
Fix error caused on some boxes by using diff when it's not defined.
|
2013-01-24 12:08:09 -07:00 |
|
Daniel Nichter
|
a56097fe6c
|
Fix typo in t/pt-stalk/option_sanity.t.
|
2013-01-24 11:45:44 -07:00 |
|
Daniel Nichter
|
26cc08d3d9
|
Fix default log level in log_warn_die.sh.
|
2013-01-24 11:39:23 -07:00 |
|
Daniel Nichter
|
738359dd10
|
Update log_warn_die.sh in pt-ioprofile, pt-mysql-summary, and pt-summary.
|
2013-01-24 11:16:42 -07:00 |
|
Daniel Nichter
|
b196f50e60
|
Test --verbose. Remove global default OPT_VERBOSE from log_warn_die.sh so tool's option can set it.
|
2013-01-24 11:13:39 -07:00 |
|
Daniel Nichter
|
11fa16382c
|
Add --verbose to pt-stalk. Change _print() to ts() in log_warn_die.sh.
|
2013-01-24 09:36:57 -07:00 |
|
Daniel Nichter
|
98ced1a035
|
Make add info() log_warn_die.sh and make the subs respect OPT_VERBOSE. Add more test harness subs in util/test-bash-functions.
|
2013-01-24 09:17:19 -07: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 |
|
Daniel Nichter
|
9693f73e5e
|
Merge cant-nibble-bug-918056.
|
2013-01-23 11:43:14 -07:00 |
|
Daniel Nichter
|
ecf3fe754e
|
Fix upper oob test.
|
2013-01-23 11:03:12 -07:00 |
|
Daniel Nichter
|
91ce8bb3b1
|
Test syncing the upper oob chunk.
|
2013-01-23 10:42:19 -07:00 |
|
Daniel Nichter
|
7f7eaa2b10
|
Fix diff_where() for lower oob chunks. Add PT_TEST_NO_TRACE to remove /* trace messages */ from queries for testing, and remove trace messages from the sample output.
|
2013-01-23 10:15:08 -07:00 |
|
Daniel Nichter
|
dbf2ac477e
|
Add failing tests for bug 918056.
|
2013-01-23 09:43:41 -07:00 |
|
Daniel Nichter
|
2cc48cb139
|
Implement --utc.
|
2013-01-22 16:51:33 -07:00 |
|
Daniel Nichter
|
ca8fc5e47e
|
Add failling test for bug 1103221. Add --utc option, not implemented yet.
|
2013-01-22 16:22:59 -07:00 |
|
Brian Fraser
|
b21baeb5d8
|
pqd: Changed --resume to take a filename, added tests
|
2013-01-22 19:33:11 -03:00 |
|
Daniel Nichter
|
3dc0b19f7e
|
Add env to jenkins-test.
|
2013-01-21 19:21:30 -07:00 |
|
Brian Fraser fraserb@gmail.com
|
8c5d8e4d3d
|
t/pt-query-digest/issue_360.t: use --review-table
|
2013-01-21 13:20:10 -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
|
ff41967afa
|
Remove t/lib/TimeSeriesTrender.t
|
2013-01-19 12:57:37 -07:00 |
|
Daniel Nichter
|
57722889cb
|
Add slow057.txt which has many distinct Time values.
|
2013-01-19 11:15:25 -07:00 |
|
Daniel Nichter
|
b532c0a3ba
|
Add df -h and w to jenkins-test just in case.
|
2013-01-18 18:33:36 -07:00 |
|
Daniel Nichter
|
47f09d427a
|
Merge simplify-pqd r542.
|
2013-01-18 18:29:38 -07:00 |
|
Daniel Nichter
|
06ce6e012e
|
Fix --resume.
|
2013-01-18 17:44:07 -07:00 |
|