Commit Graph

2332 Commits

Author SHA1 Message Date
Carlos Salguero
966a1e8c87 Merge pull request #326 from percona/PT-1546
PT-1546 Improved MySQL 8 roles support
2018-05-18 14:26:51 -03:00
Carlos Salguero
81efd315e2 PT-1556 binlog_format should be STATEMENT on master
On the master, binlog_format should be always STATEMENT on master

Resolves: #PT-1527
2018-05-18 12:42:51 -03:00
Carlos Salguero
e26b567218 PT-1554 Improved jemalloc detection 2018-05-17 14:35:52 -03:00
Carlos Salguero
b47bf6bf67 PT-1554 Updated DSNs for mysql_random_data_load 2018-05-16 16:31:11 -03:00
Carlos Salguero
b6526f6739 PT-1536 Updated samples for mysql-summary tests 2018-05-11 11:58:47 -03:00
Carlos Salguero
1a5fda2ee8 Merge branch '3.0' into PT-118 2018-05-07 10:40:58 -03:00
Carlos Salguero
df5f4aa439 PT-131 Fixed a regression
Fixed an error due to merging an old implementation
2018-04-27 15:41:28 -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
c2815ec312 PT-1546 Improved MySQL 8 roles support
This fix adds these improvements:
- Only used roles are being dumped.
- Do no treat roles as regular users so, using --drop won't affect roles.
- If --only=user is specified, only roles for that user will be dumped.
- Specifying --only=role,user will ignore role (as per item #2) so the
role will be dumped ONLY if it was granted to 'user'
- Added new parameter --[no]include-unused-roles

Tags: pt-show-grants
Resolves: PT-1525
See also: PT-1488
2018-04-26 17:20:42 -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
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
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
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
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
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
cc99db8ddd PT-1448 Updated test for pt-show-grant MySQL 8 support 2018-03-30 20:08:04 -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
c0138a7b89 Merge branch '3.0' into PT-118 2018-03-28 15:44:50 -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
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
a48a767eb4 PT-243 added --max-hostname-length & max-line-length to pt-query-digest 2018-03-27 14:23:59 -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
Carlos Salguero
3e2bda365a Merge pull request #297 from moritz/replication-only-when-needed
PT-1509 Only set binlog_format when necessary
2018-03-26 09:54:45 -03:00
Shlomi Noach
e8eb3679f8 compat with 3.0 2018-03-20 07:27:25 +02:00
Carlos Salguero
b0e10c52cf release-3.0.8 Added secure slow log to the query report 2018-03-15 10:13:25 -03:00
Carlos Salguero
ac29ac8e22 Merge branch 'release-3.0.8' of percona.github.com:percona/percona-toolkit into release-3.0.8 2018-03-14 08:45:03 -03:00
Carlos Salguero
633f6269a3 release-3.0.8 Fixed default value for kill-busy-commands 2018-03-14 08:44:33 -03:00
Evgeniy Patlan
0ef9ed8c5e Bild percona-toolkit-3.0.8 2018-03-13 14:03:28 +00:00
Carlos Salguero
a6b763b2c3 Merge branch '3.0' into pt-query-digest-fingerprint 2018-03-12 14:57:31 -03:00
Evgeniy Patlan
c982a88c92 Build percona-toolkit-3.0.7 2018-03-01 12:13:29 +00:00
Carlos Salguero
4689ab6c20 Updated version number to 3.0.7 2018-03-01 09:05:31 -03:00
Carlos Salguero
f5ef9d28c5 PT-1485 pt-mysql-summary has broken Security section in versions bigger then 5.6 2018-02-26 12:47:48 -03:00
Shlomi Noach
e1b8e2f34b --fail-successive-errors 2018-02-26 09:35:08 +02:00
Nick Veenhof
14889da924 pt-summary does not reliably read in the transparent huge pages setting 2018-02-25 17:02:29 +01:00
Carlos Salguero
3fbdcfdf14 PT-167 Added parameter type for option parser 2018-02-23 12:54:19 -03:00
Carlos Salguero
01977b521b PT-238 Fixed type in error message 2018-02-23 11:33:46 -03:00
Carlos Salguero
e7590d458c Added --secure-slowlog output format to pt-query-digest 2018-02-22 16:13:14 -03:00
Carlos Salguero
ec25735ca4 PT-572 More tests fixed 2018-02-21 16:42:26 -03:00
Carlos Salguero
8943e0a9f6 Merge branch '3.0' into mysql-8 2018-02-19 12:11:07 -03:00
Carlos Salguero
99479b0480 PT-1455 Updated version number 2018-02-16 14:35:46 -03:00
Carlos Salguero
5aed99cd0e Merge branch '3.0' into PT-1455 2018-02-16 14:32:49 -03:00