Commit Graph

3418 Commits

Author SHA1 Message Date
Kenny Gryp
129b150fff added basic gtid support to pt-slave-restart 2014-04-30 14:16:05 +02:00
Daniel Nichter
d917571f86 Merge remove-pt-agent. 2014-04-25 21:30:56 -07:00
Daniel Nichter
a67624820e Remove pt-agent. 2014-04-25 21:29:08 -07:00
Daniel Nichter
1e8f9d049b Merge ptosc-lagwaiter-ptheartbeat. 2014-04-24 10:38:02 -07:00
Kenny Gryp
fef2651da5 random newline was accidentally added, removed now 2014-04-23 13:26:11 +02:00
Kenny Gryp
ef313207dc Changes as requested by daniel in merge feedback:
- change to get_slave_lag
- if then else
- chop comments 80 char wide
2014-04-23 13:24:11 +02:00
Daniel Nichter
72fab9ad8f Merge lp:~hrvojem/percona-toolkit/rn-2.2.7 with updated release notes. 2.2.7 2014-04-20 12:54:46 -07:00
Daniel Nichter
68f49c88b6 Merge lp:~abychko/percona-toolkit/release-2.2.7 2014-04-20 12:45:37 -07:00
Frank Cizmich
9a06fef87e fixes unnecessary inserts in pt-deadlock-logger - issue 1258135 2014-04-18 17:38:31 -03:00
Frank Cizmich
73fb9b504c fixed --ignore-tables in SchemaIterator.pm - bug 1304062 2014-04-15 18:17:02 -03:00
Daniel Nichter
326019ef74 Add failing test for bug 1304062. 2014-04-07 17:03:51 -07:00
Kenny Gryp
4ecae6b50f missing plugin.t and all_hooks.pm for pt-table-checksum --plugin functionality 2014-03-25 17:00:42 +01:00
Kenny Gryp
d84c3b26b5 added --plugin to pt-table-checksum 2014-03-25 16:44:59 +01:00
Kenny Gryp
e85cf5f452 we need to send the $oktorun reference to the override_slavelag_check so in case the plugin get_lag fails, it is properly dealt with with the rest of the code 2014-03-25 14:02:40 +01:00
Kenny Gryp
708c530d5d removed the , which was added in a previous commit 2014-03-25 14:02:16 +01:00
Kenny Gryp
dc6f1442c8 pt-online-schema-chnage: Added plugin feature 'override_slavelag_check' which allows modules to create their own ReplicaLagWaiter callback.
I fixed the current tests.
2014-03-24 19:25:41 +01:00
Alexey Bychko
6e6f376c02 Percona Toolkit release 2.2.7 2014-02-20 08:10:16 +00:00
Hrvoje Matijakovic
043de61bbf Merged lp:~hrvojem/percona-toolkit/rn-2.2.7 2014-02-20 07:54:03 +01:00
Hrvoje Matijakovic
ca0bb6fe8f - Release notes for Percona Toolkit 2.2.7 2014-02-20 07:45:27 +01:00
Daniel Nichter
433e5db1f6 Remove bin test from VersionCheck.t. 2014-02-20 04:45:29 +00:00
Daniel Nichter
99587e7fce Set Percona::Toolkit::VERSION = 2.2.7. 2014-02-19 19:47:43 -08:00
Daniel Nichter
94c806a33f Remove version check bin type. Update all tools. 2014-02-19 19:00:02 -08:00
Daniel Nichter
01918ec71e Merge release-2.2.6. 2.2.6 2013-12-19 19:53:35 -08:00
Daniel Nichter
cd8a027445 Don't check for /etc/percona/agent/my.cnf on install because slave installs need it. 2013-12-19 16:05:57 -08:00
Daniel Nichter
d588960edf Fix pt-agent so services are not started until agent working MySQL connection. Remove service files and crontab entries on start. Don't say online logging is enabled when --no-log-api given. Remove/shorten some log messages. Use whoami if necessary for Agent.username. 2013-12-19 15:29:29 -08:00
Daniel Nichter
7c001f2eff Build percona-toolkit-2.2.6 2013-12-18 23:53:01 +00:00
Daniel Nichter
38707482ab Update copyright in sphinx docs. Also correct language in footer. 2013-12-18 23:44:44 +00:00
Daniel Nichter
3713202ba9 Update Percona::Toolkit::VERSION. 2013-12-18 23:27:48 +00:00
Daniel Nichter
c5c0445967 Update copyright in docs/percona-toolkit.pod. 2013-12-18 23:25:10 +00:00
Daniel Nichter
50e908a9f9 Use sed s## instead of s// to handle new copyright. 2013-12-18 23:21:07 +00:00
Daniel Nichter
491d1831a6 Fix util/build-packages too for new copyright. 2013-12-18 23:14:26 +00:00
Daniel Nichter
157226dec7 Completely fix util/new-copyright-year. 2013-12-18 23:11:05 +00:00
Daniel Nichter
540a625f6f Fix util/new-copyright-year. 2013-12-18 23:08:57 +00:00
Daniel Nichter
cc8b4ad5e1 Add new options to changelog. 2013-12-18 23:07:27 +00:00
Daniel Nichter
b31bd395a5 Change copyright to Percona LLC and/or its affiliates. 2013-12-18 22:23:59 +00:00
Daniel Nichter
28379fd565 Update Changelog for 2.2.6. 2013-12-18 22:23:47 +00:00
Daniel Nichter
589e7c30c1 Fix t/pqd/json.t. 2013-12-18 02:22:18 +00:00
Daniel Nichter
2a1654c47b Merge pt-stalk-sleep-collect-option. 2013-12-13 20:31:53 -08:00
Daniel Nichter
69586fdf50 Revert r587: *do* sync on clock ticks. Fix pt-stalk.t (127.1 no longer works?). Enhance --sleep-collect docs. 2013-12-13 20:19:51 -08:00
Daniel Nichter
a07f207c95 Merge pt-table-sync-del-rows-bug-1223458. 2013-12-13 19:40:40 -08:00
Daniel Nichter
3a52d9feb7 Note that --check-child-tables only prints first affect child table in error message. 2013-12-13 19:35:58 -08:00
Daniel Nichter
39c020020c Add and test --[no]check-child-tables. 2013-12-13 19:31:30 -08:00
Daniel Nichter
c2fecb1679 Merge disable-pt-mysql-summary-schema-dump-prompt-bug-1214685. 2013-12-11 21:55:43 -08:00
Daniel Nichter
5ff62d6956 Fix tests. 2013-12-12 05:49:59 +00:00
Daniel Nichter
759d68f71f Merge 2013-12-12 05:04:09 +00:00
Daniel Nichter
591e5e00f3 Add back blank lines around Schema section contents. Use default vals for OPT_DATABASE, OPT_ALL_DATABASES, and OPT_READ_SAMPLE in report_mysql_info.sh to avoid errors in unit tests. 2013-12-12 05:02:34 +00:00
Daniel Nichter
dc337ff740 Remove POD formattings. 2013-12-11 20:52:49 -08:00
Daniel Nichter
826685e636 Remove blank lines around Schema section contents. 2013-12-11 20:49:19 -08:00
Daniel Nichter
b7320fc9ee Remove mysqldump prompt, add --all-databases, and make --databases or --all-databases required to do mysqldump (Schema section). 2013-12-11 20:40:57 -08:00
Daniel Nichter
33cd6e5eea Fix bug 1215016: pt-deadlock-logger docs mention pt-fk-error-logger. 2013-12-11 19:57:03 -08:00