Carlos Salguero
9b80a029f2
PT-96 Updated Percona::Toolkit version
2017-03-10 17:54:45 -03:00
Evgeniy Patlan
550451adb0
Build percona-toolkit-3.0.1
2017-02-16 18:42:57 +02:00
EvgeniyPatlan
0bf9d676d6
â€Build percona-toolkit-3.0.0rc
2017-02-03 23:28:16 +00:00
Carlos Salguero
d372374714
Updated version in Percona::Toolkit
2017-01-31 11:48:50 -03:00
Carlos Salguero
be18e8cbbe
Fixed Percona::Toolkit version
2016-12-21 16:05:43 -03:00
Evgeniy Patlan
0bca7dd990
Build percona-toolkit-2.2.20
2016-12-06 22:01:00 +00:00
Dario Minnucci
280065c844
Fix typos
2016-11-22 14:48:50 +01:00
Carlos Salguero
c17f0560ec
Fixed missing ; in OptionParser
2016-11-05 10:40:45 -03:00
Carlos Salguero
74eb8b72c0
Added test. Updated all modules
2016-10-27 13:39:51 -03:00
Evgeniy Patlan
9a8552ee04
Build percona-toolkit-2.2.19
2016-08-15 06:01:54 +00:00
Carlos Salguero
5e7874674b
Updated Percona::Toolkit version & Changelog
2016-08-05 16:03:43 -03:00
Carlos Salguero
572c8c1f19
Added --slave-user & --slave pass to all scripts
...
The fix has been applied to all files using MasterSlave pkg
Changes to be committed:
modified: bin/pt-archiver
modified: bin/pt-heartbeat
modified: bin/pt-kill
modified: bin/pt-query-digest
modified: bin/pt-slave-find
modified: bin/pt-slave-restart
modified: bin/pt-table-checksum
2016-07-12 12:59:12 -03:00
Carlos Salguero
26cf65015c
BUG-1595678 Updated MasterSlave lib into binaries
...
Also updated a 'SHOW PROCESSLIST' to 'SHOW FULL PROCESSLIST' because
pt-kill needs more than 100 chars in the info field.
2016-07-06 20:41:42 -03:00
Carlos Salguero
e983eff3d3
Merge pull request #103 from percona/bug-1593265
...
Bug-1593265 Fixed pt-archiver deletes wrong rows
2016-07-05 13:05:44 -03:00
Evgeniy Patlan
a8d045beb6
Build percona-toolkit-2.2.18
2016-06-24 11:04:56 +03:00
Carlos Salguero
01daf0030e
bug-1593265 Fixed pt-archiver deletes wrong rows
...
In the case we are trying to migrate a table with no PK nor an unique
key, pt-archiver was failing to select the correct rows for deletion.
This fix implemented here is to add ALL columns in the WHERE clause of
the DELETE command. This way, we are deleting only the exact same row we
just migrated but using columns instead of an index.
2016-06-22 13:17:57 -03:00
frank-cizmich
f8cdf05988
--version returned exit status 1
2016-04-18 12:29:43 -03:00
Tomislav Plavcic
6a07d53f97
Build percona-toolkit-2.2.17
2016-03-04 13:21:43 +01:00
frank-cizmich
9c130d612f
changed reported version of tools to 2.2.17
2016-03-02 20:47:04 -03:00
frank-cizmich
ba60919cc4
updated tool version var to 2.2.17
2016-03-02 20:41:45 -03:00
frank-cizmich
7c0054fa5d
DSNParser clobbered sql_mode variable set by user - lp1506748
2016-02-01 22:51:55 -03:00
frank-cizmich
e490db0d08
changed VERSION in modules to 2.2.16
2015-12-06 15:44:48 -03:00
Tomislav Plavcic
2e6ff838f6
Build percona-toolkit-2.2.16
2015-11-06 20:53:54 +01:00
frank-cizmich
eb42cbef7c
pt-archiver added dummy keepalive queries
2015-09-22 19:04:16 -03:00
frank-cizmich
2134e3f1b4
Merge branch 'handle-literal-backticks-lp-1462904' into release-2.2.15
2015-09-08 15:45:39 -03:00
frank-cizmich
544e6c8cc7
change PT version in pod
2015-08-25 11:25:25 -03:00
frank-cizmich
7974bc81f2
updated PT version Percona::Toolkit mod
2015-08-25 11:21:08 -03:00
frank-cizmich
5d8ef24dee
solve conflict
2015-08-20 18:57:00 -03:00
frank-cizmich
51f79918b5
Merge branch 'pt-archiver-innodb-kill-idle-transaction-lp1449226' into 2.2
2015-08-20 18:30:41 -03:00
frank-cizmich
4dbc767c58
resolved conflict
2015-08-20 18:28:25 -03:00
Frank Cizmich
9e1f3b9641
Merge pull request #28 from percona/passsword-parameter-cant-contain-commas-lp1277049
...
DSN doc: need to escape commas in password
2015-08-20 17:08:49 -04:00
frank-cizmich
fa40b7290d
solved conflict
2015-08-20 17:09:34 -03:00
Frank Cizmich
b2dd5903de
Merge pull request #9 from percona/pt-archiver-lag-check-optimization-lp1056507
...
pt-archiver corrected excessively frequent lag check
2015-08-20 15:14:24 -04:00
Frank Cizmich
25a4bf14a2
Merge pull request #8 from percona/pt-archiver-purge-no-delete-mutual-exclusion-lp1452914
...
pt-archiver purge and no-delete are mutually exclusive - lp1452914
2015-08-20 15:12:47 -04:00
Frank Cizmich
01110b4cf3
Merge pull request #27 from percona/fix-misc-testing-bugs
...
Fix misc testing bugs
2015-08-20 14:41:04 -04:00
frank-cizmich
e7052c013b
pt-archiver added flow control awareness for PXC
2015-08-20 10:30:46 -03:00
frank-cizmich
f08a173e27
pt-archiver failed when innodb_kill_idle_transaction exceeded - lp1449226
2015-08-11 15:30:05 -03:00
frank-cizmich
b4dff6d776
pt-archiver doc clarification
2015-08-06 17:33:49 -03:00
frank-cizmich
08a483df6b
pt-archiver multple slave lag and OptionParser repeatable option
2015-07-26 16:48:20 -03:00
frank-cizmich
5128019009
DSN doc: need to escape commas in password
2015-07-24 15:20:56 -03:00
Daniel Nichter
ef75630344
Update TableParser module in all tools.
2015-06-25 13:21:12 -07:00
frank-cizmich
f033330b33
fixed VersionCheck testing for git
2015-06-03 17:28:40 -03:00
frank-cizmich
6b666365a7
pt-archiver purge and no-delete are mutually exclusive - lp1452914
2015-05-12 16:57:43 -03:00
frank-cizmich
038b0431ef
pt-archiver corrected excessively frequent lag check
2015-04-27 11:22:01 -03:00
Tomislav Plavcic
cb55103a57
Build percona-toolkit-2.2.14
2015-04-10 11:01:07 +02:00
Frank Cizmich
e6167dcc0b
changed Percona::Toolkit version to 2.2.14
2015-04-09 14:28:28 -03:00
Tomislav Plavcic
3016c52341
Build percona-toolkit-2.2.13
2015-01-23 11:19:56 +01:00
Frank Cizmich
1ccd6e528a
changed version, added changelog, fixed pxc.t
2015-01-22 10:51:26 -02:00
Frank Cizmich
c3462b6c68
Fixed security issues in VersionCheck and HTTP::Micro
2015-01-16 16:49:30 -02:00
Tomislav Plavcic
9877d71674
Build percona-toolkit-2.2.12
2014-11-11 14:28:27 +01:00