Commit Graph

237 Commits

Author SHA1 Message Date
Carlos Salguero
481acbaaa0 Updates for 3.0.4 release
- Updated lib/Percona/Toolkit.pm version to 3.0.4
- Updated all scripts version to 3.0.4
- Updated the build script removing seds to add links to Jira/Launchpad
in favor of a solution in config/sphinx-build/conf.py
2017-07-31 16:07:19 -03:00
Carlos Salguero
ad9767be5c PT-148 Fixed Use of uninitialized value in printf 2017-05-29 17:11:02 -03:00
Carlos Salguero
163a7b095f Merge branch '3.0' into PT-143 2017-05-23 16:59:30 -03:00
Carlos Salguero
2b0064db03 PT-141 Updated changelog & test fix 2017-05-23 15:05:21 -03:00
Carlos Salguero
8f309c64cf Merge branch '3.0' into PT-141 2017-05-23 14:21:03 -03:00
Carlos Salguero
a4ecd9678f PT-143 Fixed key handling
When tehre is a table having a key like:
PRIMARY KEY (`id`,`start`,`end`,`user_id`(13),`interval`),
DBI driver is taking (13) as part of the field name.
Fixed the way pt-archiver composes the key using DBI cols field
instead of the colnames field since the cols field has the correct
field names for the key.
2017-05-18 12:03:02 -03:00
Carlos Salguero
04961a8f07 Updated Percona::Toolkit version to 3.0.3 2017-05-16 09:14:50 -03:00
Carlos Salguero
e305c40f52 PT-141 added --output-format to pt-archiver 2017-05-15 13:51:58 -03:00
Carlos Salguero
7d9dd84874 PT-141 WIP 2017-05-14 20:03:00 -03:00
Carlos Salguero
dd6f9046ef PT-115 Updated OptionParser in all scripts 2017-03-30 10:23:46 -03:00
Carlos Salguero
c554e98926 Revert "Merge pull request #197 from percona/PT-115"
This reverts commit 0f5ce4cc0b, reversing
changes made to 515833f3d2.
2017-03-29 15:10:25 -03:00
Carlos Salguero
e22e8f4b1d PT-115 Made OptionParser to accept repeatable DSN parameters 2017-03-29 14:45:23 -03:00
Carlos Salguero
4543847788 Updated Percona::Toolkit version to 3.0.2 2017-03-23 12:51:28 -03:00
Evgeniy Patlan
5fe708ebb0 Update version 2017-03-23 14:19:11 +02:00
Carlos Salguero
2e57ee4ec5 Merge pull request #179 from percona/PT-96
PT-96 Fixing all the tests
2017-03-21 18:54:08 +02:00
Carlos Salguero
84bf6b4396 PT-101 Fixed --slave-user in pt-table-checksum 2017-03-15 17:37:34 -03:00
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