Commit Graph

1223 Commits

Author SHA1 Message Date
Carlos Salguero e58b9fbea8 PT-1757 fallback to nibble in NibbleIterator 2019-10-08 21:24:59 -03:00
Carlos Salguero a6e0b0d324 WIP 2019-10-08 13:10:26 -03:00
Carlos Salguero cfe1903299 Updated version in Percona::Toolkit 2019-09-06 11:41:38 -03:00
Carlos Salguero 9190b5e6ac Tests passed with MySQL 5.7 2019-09-03 15:26:26 -03:00
Carlos Salguero a83fbebf8d PBM-144 Updated MasterSlave to support hosts without port 2019-07-18 12:03:39 -03:00
Carlos Salguero 54bee8399a PT-1720 pmp won't error on unknown options 2019-06-27 10:32:23 -03:00
Carlos Salguero e9a9e787ea Merge pull request #387 from percona/PT-1114-new-fix
pt-table-checksum fails when table is empty
2019-03-04 11:10:04 -03:00
Carlos Salguero 424a48518c PT-1114 test fix 2019-01-11 15:43:38 -03:00
Carlos Salguero 7748cc765d Revert "Merge pull request #380 from percona/PT-1114"
This reverts commit bcbc175d0c, reversing
changes made to cf5c661d46.
2019-01-08 14:37:05 -03:00
Carlos Salguero f7722200e8 Revert "Merge pull request #380 from percona/PT-1114"
This reverts commit bcbc175d0c, reversing
changes made to cf5c661d46.
2019-01-08 10:33:24 -03:00
Carlos Salguero 063d16b03f RM-422 Updated changelog & library version 2018-12-19 15:25:01 -03:00
Carlos Salguero 89f8d03d74 PT-1114 pt-table-checksum fails when table is empty 2018-12-10 16:25:22 -03:00
Carlos Salguero d6b8863a3a Merge pull request #375 from percona/PXB-1615
PXB-1615 WIP Updates for Percona XtraBackup
2018-11-22 09:59:44 -03:00
Carlos Salguero c5ec28fcd6 PT-1637 Added --fail-on stopped-replication param to table checksum 2018-11-08 14:18:18 -03:00
Carlos Salguero 7c927b6614 PXB-1615 WIP Updates for Percona XtraBackup
Changes made should be working but to properly test them, I need to set
up a development API with the new items for XtraBackup in the DB.
2018-09-26 14:40:11 -03:00
Carlos Salguero 2b5c8f69ab PT-1573 Fixed General log parser regex
The regexp to process log entries was not considering timestamps in +n,
it was only considering timestamps in -n hours
2018-09-26 09:25:33 -03:00
Carlos Salguero eec92a7387 Updated Percona::Toolkit version to 3.0.13-dev 2018-09-25 17:33:01 -03:00
Carlos Salguero ffc0fd9ae2 RM-387 Updated version, changelog and release notes 2018-09-10 17:01:41 -03:00
Carlos Salguero 022dc7377b Merge pull request #355 from percona/PT-1572
PT-1572 Better usage of ENUM fields in keys
2018-08-13 12:45:03 -03:00
Carlos Salguero 8c806df658 PT-1572 Fixed issue with --chunk-index-columns 2018-08-09 13:58:31 -03:00
Carlos Salguero d589034b31 PT-1422 Improved MariaDB support in pt-mysql-summary 2018-07-30 14:45:00 -03:00
Carlos Salguero ea4886ad9d PT-1572 WIP 2018-07-27 22:16:02 -03:00
Carlos Salguero d58d9e9fc4 Updated version to 3.0.11 (pre-release) 2018-06-25 12:34:35 -03:00
Carlos Salguero 602c1f0ea2 PT-1570 pt-archiver fails to detect columns with the word GENERATED as part of the comment 2018-06-14 14:15:20 -03:00
Carlos Salguero 97cdc1d14d PT-1554 Fixes for Ubuntu 14.04 tests 2018-05-31 10:57:00 -03:00
Carlos Salguero f3bca3af41 PT-1554 Fixed library report_mysql_info 2018-05-28 12:07:03 -03:00
Carlos Salguero 09cd07f58e PT-1554 Make QueryFormater consistent
In some OSes/Perl versions, the 'filtered' row is being printed with or
without decimals.
For example, in Ubuntu 16.04/Perl 5.22 it is 100.00 while in Ubuntu
18.04/Perl 5.26 it is 100.
To make it consistent for tests, add a default formating string for the
filtered row.
2018-05-23 15:28:28 -03:00
Carlos Salguero 0f2faa355b RM-358 Release branch for 3.0.10
Updated Changelog & Toolkit version
2018-05-18 14:42:20 -03:00
Carlos Salguero e41b68c979 Merge branch '3.0' into PT-1536 2018-05-18 14:30:03 -03:00
Carlos Salguero 50ad844666 Merge pull request #327 from percona/PT-131-a
PT-131 Disable QRT plugin in pt-table-checksum
2018-05-18 14:27:59 -03:00
Carlos Salguero 68d97edbed Merge pull request #329 from percona/PT-118
PT-118 Modify pt-checksum such that it can report the number of rows of difference between master and slave
2018-05-18 14:27:20 -03:00
Carlos Salguero 4ad46309ea PT-1554 Re-enabled genlog for filters.t 2018-05-17 15:17:30 -03:00
Carlos Salguero e26b567218 PT-1554 Improved jemalloc detection 2018-05-17 14:35:52 -03:00
Carlos Salguero b6526f6739 PT-1536 Updated samples for mysql-summary tests 2018-05-11 11:58:47 -03:00
Carlos Salguero 0501558a2e PT-118 Updated tests for pt-table-checksum/error_handling.t 2018-05-07 15:11:33 -03:00
Carlos Salguero d17ce01318 PT-118 Updated tests for basics.t 2018-05-07 14:20:30 -03:00
Carlos Salguero 0ade173d0f PT-131 Disable QRT plugin in pt-table-checksum
The use of QRT plugin to monitor the health of production worloads cause the QRT data
to show massive spikes in latency, even thought the workload is relatively unaffected.

Tags: pt-table-checksum
See also: PS-235
2018-04-27 15:37:00 -03:00
Carlos Salguero a79299bb12 PT-1543 Added --list-encrypted-table to pt-mysql-summary 2018-04-24 14:49:33 -03:00
Carlos Salguero e3a7c8036d Updated version to 3.0.10-dev 2018-04-24 11:56:17 -03:00
Carlos Salguero 063ccb3c6f Revert "Merge pull request #320 from percona/PT-1488_mysql_8_support_pt-show-grants"
This reverts commit b90043ff0b, reversing
changes made to d8a2466666.
2018-04-19 14:59:36 -03:00
Evgeniy Patlan 2dc21af50e Build percona-toolkit-3.0.9 2018-04-17 10:27:56 +00:00
Carlos Salguero 3eccfcef4d PT-1530 Add support for encryption status to mysql-summary 2018-04-13 15:08:10 -03:00
Carlos Salguero d2ea011e87 PT-1525 Added support for roles in mysql-summary 2018-04-06 15:10:09 -03:00
Carlos Salguero f6c01fc5bf PT-1526 Add ndb status to pt-mysql-summary 2018-04-04 09:26:02 -03:00
Carlos Salguero 6e96a1123c Updated bash libraries 2018-04-03 16:37:40 -03:00
Carlos Salguero 59c331d14f Merge branch '3.0' into fipar-collect_ndb_status 2018-04-03 15:54:20 -03:00
Carlos Salguero c6a8f843a7 PT-1488 Added MySQL 8 roles support to pt-show-grants 2018-03-30 16:35:08 -03:00
Carlos Salguero a48a767eb4 PT-243 added --max-hostname-length & max-line-length to pt-query-digest 2018-03-27 14:23:59 -03:00
Carlos Salguero fb2a347654 Merge branch 'collect_ndb_status' of https://github.com/fipar/percona-toolkit into fipar-collect_ndb_status 2018-03-19 15:38:17 -03:00
Carlos Salguero b0e10c52cf release-3.0.8 Added secure slow log to the query report 2018-03-15 10:13:25 -03:00