Carlos Salguero
e2cf183762
PT-1554 Updated pt-table-checksum var type
...
In different OSes, using BIGINT to store the checksum for a query, will
produce collisions and/or unstable values.
Because of this, I changed the type for the checksum field in the history
table from BIGINT to CHAR(32) and the checksum function is no longer
truncating the MD5_HEX result to 16 chars.
2018-05-24 15:57:21 -03:00
Carlos Salguero
b6040629cd
PT-1554 Test a fix for query-digest checksums
2018-05-24 15:50:22 -03:00
Carlos Salguero
285588546d
PT-1554 Test a fix for query-digest checksums
2018-05-24 15:46:46 -03:00
Carlos Salguero
2493c2485f
PT-1554 Fix query digest history checksum
2018-05-24 15:02:12 -03:00
Carlos Salguero
b1663d0f20
PT-1554 Tests query digest history
2018-05-24 14:21:35 -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
f0c947d9cf
PT-1554 Test fixes for pt-archiver
2018-05-23 10:59:50 -03:00
Evgeniy Patlan
a4db86e026
Build percona-toolkit-3.0.10
2018-05-21 17:38:57 +00:00
Carlos Salguero
d3ca1c2b09
Merge branch '3.0' into release-3.0.10
2018-05-19 00:04:35 -03:00
Carlos Salguero
56460788d5
PT-1554 Testing a fix for slave_find failing test
2018-05-18 22:11:00 -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
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