Commit Graph

2093 Commits

Author SHA1 Message Date
Daniel Nichter
bc87f679f5 Build percona-toolkit-2.0.2 2012-01-05 12:20:21 -07:00
Daniel Nichter
f4362cb2e7 Test and fix bug 911996. 2012-01-05 11:46:38 -07:00
Brian Fraser
d6b15f4916 bin/pt-mysql-summary: Enable set -u 2012-01-03 15:10:16 -03:00
Brian Fraser
96aabd2999 bin/pt-summary: Enable set -u 2012-01-03 15:01:09 -03:00
Brian Fraser
9facff62af pt-summary: Use mktemp through the tmpdir package. 2012-01-03 14:54:38 -03:00
Brian Fraser
f6382f03d8 pt-sift: Use mktemp through the tmpdir package. 2012-01-03 14:54:27 -03:00
Brian Fraser
e1f31e99f1 pt-mext: Use mktemp through the tmpdir package. 2012-01-03 14:54:15 -03:00
Brian Fraser
0ca763c81b pt-mysql-summary: Use mktemp through the tmpdir package. 2012-01-03 14:52:57 -03:00
Daniel Nichter
4d473afe6d Build percona-toolkit-2.0.1 2011-12-30 15:44:29 -07:00
Daniel Nichter
45104f8b34 Fix version so build-packages won't complain. 2011-12-30 15:42:44 -07:00
Daniel Nichter
65db1f0335 Fix SET @@binlog_format statement. 2011-12-30 14:46:18 -07:00
Daniel Nichter
2221b13cd3 Fix pod2rst output. 2011-12-30 11:42:05 -07:00
Daniel Nichter
d1bd7a9f3b Change MKDEBUG to PTDEBUG. Remove 1.0.2 from release notes. 2011-12-30 09:23:41 -07:00
Daniel Nichter
cf10e3e521 Merge lp:~percona-toolkit-dev/percona-toolkit/pt-table-checksum-2.0. 2011-12-29 17:39:26 -07:00
Daniel Nichter
c58dfca1b5 Use latest Quoter::(de)serialize_list() in pt-table-checksum and pt-table-sync. Add more char_chunking.t tests for pt-table-checksum. 2011-12-29 17:25:38 -07:00
Daniel Nichter
6088ffa43d Use new Quoter (de)serialize_list() in pt-table-checksum and pt-table-sync. 2011-12-28 17:12:12 -07:00
Daniel Nichter
8013939057 Merge lp:~percona-toolkit-dev/percona-toolkit/pt-align r257..260 (branch was accidently created from pt-table-checksum-2.0 branch instead of 2.0 branch). 2011-12-28 11:40:59 -07:00
Daniel Nichter
d359013799 Fix typo. 2011-12-28 09:05:01 -07:00
Daniel Nichter
ba8e64d81d Fix typo, add stub test and a little more docu. 2011-12-27 16:39:56 -07:00
Daniel Nichter
d6c8351057 Fix typo. 2011-12-27 16:34:13 -07:00
Daniel Nichter
4ee2131d15 Add pt-ioprofile (copied and modified from Aspersa ioprofile). 2011-12-27 16:16:35 -07:00
Daniel Nichter
f122861808 Fix --where with one nibble. Update chunk_index.t. 2011-12-27 11:12:40 -07:00
Daniel Nichter
66c0abfe8e Don't reset @crc or @cnt. Docu output of --replicate-check-only. 2011-12-27 10:24:35 -07:00
Brian Fraser
352a800446 Removed indirect object syntax from the modulino portion of pt-visual-explain 2011-12-26 12:04:11 -03:00
Brian Fraser
2c9a0e8cbd Removed indirect object syntax from the modulino portion of pt-variable-advisor 2011-12-26 12:03:21 -03:00
Brian Fraser
ac6789352a Removed indirect object syntax from the modulino portion of pt-upgrade 2011-12-26 12:02:22 -03:00
Brian Fraser
465c6bd31e Removed indirect object syntax from the modulino portion of pt-trend 2011-12-26 12:00:14 -03:00
Brian Fraser
b8cb469a55 Removed indirect object syntax from the modulino portion of pt-tcp-model 2011-12-26 11:57:26 -03:00
Brian Fraser
fb263eb934 Removed indirect object syntax from the modulino portion of pt-table-sync 2011-12-26 11:41:23 -03:00
Brian Fraser
985379547b Removed indirect object syntax from the modulino portion of pt-table-checksum 2011-12-26 11:37:25 -03:00
Brian Fraser
b46bec2d7f Removed indirect object syntax from the modulino portion of pt-slave-restart 2011-12-26 11:33:26 -03:00
Brian Fraser
0348e06e16 Removed indirect object syntax from the modulino portion of pt-slave-find 2011-12-26 11:26:59 -03:00
Brian Fraser
edf48ae7e0 Removed indirect object syntax from the modulino portion of pt-slave-delay 2011-12-26 11:18:24 -03:00
Brian Fraser
dbbdada99b Removed indirect object syntax from the modulino portion of pt-show-grants 2011-12-26 11:17:18 -03:00
Brian Fraser
c4f127092d Removed indirect object syntax from the modulino portion of pt-query-digest 2011-12-26 11:09:33 -03:00
Brian Fraser
451f25a932 Removed indirect object syntax from the modulino portion of pt-query-advisor 2011-12-26 11:05:52 -03:00
Brian Fraser
fff967a108 Removed indirect object syntax from the modulino portion of pt-online-schema-change 2011-12-26 11:05:32 -03:00
baron@percona.com
17854084f5 docs update 2011-12-23 22:10:53 -05:00
Brian Fraser
1d555c28e3 Removed indirect object syntax from the modulino portion of pt-log-player 2011-12-23 17:52:30 -03:00
Brian Fraser
d6a94bbe6a Removed indirect object syntax from the modulino portion of pt-kill.
See also the note on the parens around qw() in a previous commit.
2011-12-23 17:50:54 -03:00
Brian Fraser
9fc9f63179 Removed indirect object syntax from the modulino portion of pt-index-usage 2011-12-23 17:40:24 -03:00
Brian Fraser
512a98cecc Removed indirect object syntax from the modulino portion of pt-heartbeat
Also added parens around the Transformer import list. Previously it
was a bare qw() following the import, like this:

Module->import qw( stuff )

However, that's actually ambiguous syntax, which happens to be
deprecated in 5.14 (so it throws warnings by default), and will
be removed in 5.18.
2011-12-23 17:34:25 -03:00
Brian Fraser
264fdbd271 Removed indirect object syntax from the modulino portion of pt-fk-error-logger 2011-12-23 17:31:38 -03:00
Brian Fraser
277f487fef Removed indirect object syntax from the modulino portion of pt-find 2011-12-23 17:30:56 -03:00
Daniel Nichter
ef40a0d462 Catch and report helpful info when checking checksums on slaves fails. 2011-12-23 11:40:35 -07:00
Daniel Nichter
bd0a5edd98 Add ts_db_tbl index to checksums table and force last chunk SQL to use it. 2011-12-23 09:24:34 -07:00
Brian Fraser
b586a12874 Removed indirect object syntax from the modulino portion of pt-fifo-split 2011-12-23 12:16:15 -03:00
Brian Fraser
a45ea9cb2b Removed indirect object syntax from the modulino portion of pt-duplicate-key-checker 2011-12-23 12:11:05 -03:00
Brian Fraser
78cca4a6e8 Removed indirect object syntax from the modulino portion of pt-deadlock-logger 2011-12-23 12:07:36 -03:00
Brian Fraser
f5ff076c7c Removed indirect object syntax from the modulino portion of pt-config-diff 2011-12-23 12:06:14 -03:00