Carlos Salguero
b345824169
PT-1554 Updated all tests for query-digest checksums
2018-05-24 20:29:11 -03:00
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
dc5491e13e
PT-1554 Tests query digest history
2018-05-24 14:36:36 -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
cbe2333e92
PT-1554 Test fixes for QueryReportFormatter
2018-05-23 11:32:03 -03:00
Carlos Salguero
f0c947d9cf
PT-1554 Test fixes for pt-archiver
2018-05-23 10:59:50 -03:00
Carlos Salguero
6679596b3b
PT-1554 4th attempt to fix ExplainAnalyzer.t
2018-05-22 15:26:56 -03:00
Carlos Salguero
b547b7c21c
PT-1554 3rd attempt to fix ExplainAnalyzer.t
2018-05-22 15:25:33 -03:00
Carlos Salguero
9d1c67613b
PT-1554 2nd attempt to fix ExplainAnalyzer.t
2018-05-22 15:20:06 -03:00
Carlos Salguero
f9f05b7289
PT-1554 Test fixes for ExplainAnalyzer.t
2018-05-22 15:11:30 -03:00
Carlos Salguero
b9447bf8c5
Merge pull request #333 from percona/release-3.0.10
...
RM-358 Release branch for 3.0.10
2018-05-22 14:21:55 -03:00
Evgeniy Patlan
a4db86e026
Build percona-toolkit-3.0.10
2018-05-21 17:38:57 +00:00
Carlos Salguero
0e7fc6d159
Merge pull request #335 from borys-belinsky/release-3.0.10
...
Update the release notes
2018-05-21 12:24:21 -03:00
Borys Belinsky
c2fd796654
Remove the date from the version heading
2018-05-21 18:15:37 +03:00
Borys Belinsky
910c2f0f3f
Update the release notes
2018-05-21 17:06:30 +03:00
Carlos Salguero
d3ca1c2b09
Merge branch '3.0' into release-3.0.10
3.0.10
2018-05-19 00:04:35 -03:00
Carlos Salguero
b8149e252c
Merge pull request #334 from percona/PT-1554-b
...
PT-1554 Fixed tests in docker containers
2018-05-19 00:03:37 -03:00
Carlos Salguero
a230f1f313
PT-1554 Fixes tests for slave find
2018-05-18 23:34:28 -03:00
Carlos Salguero
356ba92ed0
PT-1554 Testing a fix for slave_find failing test
2018-05-18 22:57:23 -03:00
Carlos Salguero
2b565a3395
PT-1554 Testing a fix for slave_find failing test
2018-05-18 22:31:08 -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
29e8588574
PT-1554 Testing a fix for slave_find failing test
2018-05-18 21:54:58 -03:00
Carlos Salguero
fc73682d25
PT-1554 Testing a fix for slave_find failing test
2018-05-18 21:24:13 -03:00
Carlos Salguero
4d105abdc4
PT-1554 Testing a fix for osc failing test
2018-05-18 19:15:55 -03:00
Carlos Salguero
e42380d2e5
Merge branch '3.0' into PT-1554-b
2018-05-18 15:01:50 -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
cdadd91802
Merge pull request #330 from percona/PT-1536
...
PT-1536 add info about encrypted tablespaces in pt-mysql-summary
2018-05-18 14:31:57 -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
5d61379b13
Merge pull request #332 from percona/PT-1556
...
PT-1556 binlog_format should be STATEMENT on master
2018-05-18 12:45:04 -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
b3dd85eeab
PT-1554 Fixes pt-osc tests
2018-05-18 12:27:36 -03:00
Carlos Salguero
4ac6333b6c
PT-1554 Testing a change in docker test
2018-05-17 23:02:20 -03:00
Carlos Salguero
ba5391752e
Merge branch '3.0' of percona.github.com:percona/percona-toolkit into 3.0
2018-05-17 22:24:35 -03:00
Carlos Salguero
d3d2b086c0
PT-1554 Disabled slow tests
2018-05-17 22:23:15 -03:00
Carlos Salguero
91546de432
Merge pull request #331 from percona/PT-1554
...
PT-1554 PT Docker based tests - make them green
2018-05-17 15:18:51 -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
0f98f72002
PT-1554 Fix tests that requires a connection using latin1
2018-05-17 12:08:51 -03:00
Carlos Salguero
a87d6e8765
PT-1554 Fixed test for MockSyncStream
2018-05-17 09:55:27 -03:00
Carlos Salguero
aad1ef0e30
PT-1554 Updated a slow test
2018-05-16 23:21:49 -03:00
Carlos Salguero
543875e638
PT-1554 Updated a slow test
2018-05-16 23:09:02 -03:00
Carlos Salguero
85ab10b695
PT-1554 Updated sandbox config files to run in docker
2018-05-16 22:54:43 -03:00
Carlos Salguero
36d3b38171
PT-1554 Updated test for pt-osc
2018-05-16 21:10:08 -03:00