Commit Graph

4205 Commits

Author SHA1 Message Date
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 5176ed45e3 Merge pull request #325 from percona/release-3.0.9
Release 3.0.9
2018-04-24 11:29:29 -03:00
Carlos Salguero 765975833f Updated docs for pt-secure-collect and toolkit pod 3.0.9 2018-04-20 11:29:03 -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
Carlos Salguero 88e9ded245 PT-1538 Updated sandbox files for MySQL 8.0.11 2018-04-19 12:40:07 -03:00
Carlos Salguero 2b9cf7dce6 Fixes for linters 2018-04-19 09:28:14 -03:00
Carlos Salguero 4117f1cd62 Fixed logrus deps 2018-04-19 08:53:11 -03:00
Carlos Salguero d0e8d4087f Updated readme for secure-collect: 2018-04-18 13:49:33 -03:00
Carlos Salguero a40d9a2a0b Updated release notes 2018-04-18 12:59:25 -03:00
Carlos Salguero 1f3a0eaa77 Merge branch 'pt-secure-data' into release-3.0.9 2018-04-18 12:54:20 -03:00
Carlos Salguero c7597c40d3 Updated release notes 2018-04-18 12:52:59 -03:00
Carlos Salguero d4104558b5 PT-1501 New tool pt-secure-collect
New tool to collect and sanitize pt-tools outputs
2018-04-18 12:36:29 -03:00
Carlos Salguero ce3ac11fff Reverted Changelog for PT-131 2018-04-17 14:04:02 -03:00
Carlos Salguero 9697fe25fb Revert "Merge branch 'PT-131' into release-3.0.9"
This reverts commit f692b9f107, reversing
changes made to 446a65bd46.
2018-04-17 14:03:21 -03:00
Carlos Salguero f97135be4d Updated changelog 2018-04-17 09:17:46 -03:00
Carlos Salguero 849aff4673 Merge branch 'release-3.0.9' of percona.github.com:percona/percona-toolkit into release-3.0.9 2018-04-17 09:16:13 -03:00
Carlos Salguero f692b9f107 Merge branch 'PT-131' into release-3.0.9 2018-04-17 09:15:33 -03:00
Evgeniy Patlan 2dc21af50e Build percona-toolkit-3.0.9 2018-04-17 10:27:56 +00:00
Carlos Salguero 446a65bd46 Merge pull request #324 from percona/PT-1530
PT-1530 Add support for encryption status to mysql-summary
2018-04-13 15:39:11 -03:00
Carlos Salguero de62e35216 Merge branch '3.0' into PT-1530 2018-04-13 15:27:10 -03:00
Carlos Salguero 3eccfcef4d PT-1530 Add support for encryption status to mysql-summary 2018-04-13 15:08:10 -03:00
Carlos Salguero 263edd7a44 PT-1530 WIP sandbox scripts 2018-04-12 12:06:59 -03:00
Carlos Salguero e2427a59b8 Merge pull request #323 from percona/PT-1527
PT-1527 pt-table-checksum3.0.8 high execution time
2018-04-12 11:00:04 -03:00
Carlos Salguero 915b10c77d PT-1527 Updated changelog 2018-04-12 10:31:01 -03:00
Carlos Salguero 5d74b0e765 PT-1530 WIP Added encryption plugins to sandbox start
In order to be able to test encryption support in Percona Server and
MySQL, we need to enable encription plugins in the sandbox.
This commit adds detection of plugin libraries in the MySQL binaries
directory and enables it automatically.
2018-04-12 10:21:25 -03:00
Carlos Salguero 384542e0fe PT-1530 WIP 2018-04-11 15:20:15 -03:00
Carlos Salguero d7fb1de0f1 PT-1527 pt-table-checksum3.0.8 high execution time
pt-table-checksum was ignoring --nocheck-binlog-format.
That was adding an extra query that was being replicated on slaves
causing delays
2018-04-10 14:20:49 -03:00
Carlos Salguero 1c633c1015 Updated changelog with PT-1525 2018-04-06 15:43:35 -03:00
Carlos Salguero aa2b126856 Merge pull request #322 from percona/PT-1525
PT-1525 Added support for roles in mysql-summary
2018-04-06 15:42:14 -03:00
Carlos Salguero d2ea011e87 PT-1525 Added support for roles in mysql-summary 2018-04-06 15:10:09 -03:00
Carlos Salguero 0a28bad2c6 Merge pull request #321 from percona/PT-1526
PT-1526 Add ndb status to pt-mysql-summary
2018-04-04 10:11:10 -03:00
Carlos Salguero a7577dc420 PT-1526 updated changelog) 2018-04-04 09:31:47 -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 b90043ff0b Merge pull request #320 from percona/PT-1488_mysql_8_support_pt-show-grants
PT-1488 mysql 8 support pt show grants
2018-03-30 21:26:29 -03:00
Carlos Salguero cc99db8ddd PT-1448 Updated test for pt-show-grant MySQL 8 support 2018-03-30 20:08:04 -03:00
Carlos Salguero cec7e7d052 PT-1488 Added a test 2018-03-30 19:31:32 -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 d75d6af099 PT-131 Removed debug line 2018-03-28 14:49:56 -03:00
Carlos Salguero 921210b3e9 Merge branch '3.0' into PT-131 2018-03-28 14:26:13 -03:00
Carlos Salguero 2bb4f481dc Merged PR #308 and updated changelog 2018-03-28 14:24:57 -03:00
Carlos Salguero d8a2466666 Merge branch 'patch-1' of https://github.com/nickveenhof/percona-toolkit into nickveenhof-patch-1 2018-03-28 13:40:21 -03:00
Carlos Salguero 9264544a97 Merge pull request #318 from percona/PT-243_pt-query-digest_maximum_hostname_length
PT-243 added --max-hostname-length & max-line-length to pt-query-digest
2018-03-27 14:26:57 -03:00
Carlos Salguero 12b0d019a2 PT-243 Updated changelog 2018-03-27 14:26:21 -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 41c788c680 Merge pull request #317 from percona/PT-1508_tests
PT-1508 Added test & updated changelog
2018-03-26 16:24:06 -03:00
Carlos Salguero 9eaf5e217a PT-1508 Added test & updated changelog 2018-03-26 16:23:32 -03:00
Carlos Salguero 1237332100 Merge pull request #302 from dolphin-ops/read-only-interval
PT-1508 Adding --read-only-interval flag, and read-only check on wake-up
2018-03-26 11:23:30 -03:00