Carlos Salguero
9b20208a78
Re-merged PT-242
2018-07-05 11:04:44 -03:00
Carlos Salguero
440194097e
Updated changelog and release notes
2018-07-02 10:26:05 -03:00
Carlos Salguero
c221d10789
PT-1571 Improved hostname recognition regex
2018-07-02 09:53:58 -03:00
Carlos Salguero
53278a9d18
Fixed test for MySQL 5.6
2018-06-27 23:24:05 -03:00
Carlos Salguero
d1cc7bfee7
Fixed test for MySQL 5.6
2018-06-27 23:23:23 -03:00
Carlos Salguero
345b7c1d0a
Fixed test for MySQL 5.6
2018-06-27 23:21:26 -03:00
Carlos Salguero
9ee287ffdb
Updated sample files for table-checksum 5.7
2018-06-27 15:50:59 -03:00
Carlos Salguero
41df469802
Update changelog for 3.0.11
2018-06-26 16:32:42 -03:00
Carlos Salguero
d58d9e9fc4
Updated version to 3.0.11 (pre-release)
2018-06-25 12:34:35 -03:00
Carlos Salguero
9ac2445550
Merge pull request #346 from percona/PT-1554-more-MySQL8-tests
...
PT-1554 tests for MySQL 8
2018-06-22 17:07:15 -03:00
Carlos Salguero
6776631ec0
PT-1554 Fixed typo
2018-06-22 15:47:47 -03:00
Carlos Salguero
1b802d56df
Merge branch '3.0' into PT-1554-more-MySQL8-tests
2018-06-22 14:56:39 -03:00
Carlos Salguero
4f017cc61a
PT-1554 Fixed tests for MySQL 8
2018-06-22 14:56:02 -03:00
Carlos Salguero
d9142df0f6
PT-1551 New wait for master method to pt-table-checksum
...
This is part of PT-1554. While I was testing pt-table-checksum
ignore_columns.t was failing and it was because the original method in
pt-table-checksum to wait for the slaves to catch up, wasn't enough.
I added a new method who calls MySQL's SELECT MASTER_POS_WAIT from the
MasterSlave package.
2018-06-22 13:00:41 -03:00
Carlos Salguero
c1d0134525
PT-1554 Made tests for table checksum reliable under MySQL 8
2018-06-20 15:23:04 -03:00
Carlos Salguero
6d30d18834
PT-1554 Fixed tests for rebuild_constraints in MySQL 8
2018-06-20 12:12:28 -03:00
Carlos Salguero
2bb073e218
Updated TableParser in all programs
2018-06-15 00:00:42 -03:00
Carlos Salguero
a90e5a78a0
PT-1554 Improved MySQL 8 support on pt-osc
2018-06-15 00:00:04 -03:00
Carlos Salguero
14c1365a42
Merge branch '3.0' into PT-1554-more-MySQL8-tests
2018-06-14 14:37:35 -03:00
Carlos Salguero
82a3cda72d
Merge pull request #345 from percona/PT-1570
...
PT-1570 pt-archiver fails to detect columns with the word GENERATED as part of the comment
2018-06-14 14:18:59 -03:00
Carlos Salguero
ed4268836f
PT-1570 Removed debugging code
2018-06-14 14:17:30 -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
07a149f9a7
PT-1554 More tests fixed for pt-duplicate-key-checker
2018-06-14 11:05:32 -03:00
Carlos Salguero
5a47bac4d4
PT-1554 Fixed tests for duplicate key checker
2018-06-14 10:45:36 -03:00
Carlos Salguero
accdd7712b
Merge pull request #344 from percona/PT-1554-MySQL8-tests
...
PT-1554 PT-1569 Fixed tests for MySQL 8
2018-06-13 16:49:43 -03:00
Carlos Salguero
f5fd795fda
PT-1559 pt-osc --alter-foreign-keys-method=drop_swap doesn't work with MySQL 8.0+
2018-06-13 16:46:40 -03:00
Carlos Salguero
588714cfad
Updated Changelog for PT-241 & PT-242
2018-06-13 12:01:16 -03:00
Carlos Salguero
5188d6836f
Merge branch '3.0' of percona.github.com:percona/percona-toolkit into 3.0
2018-06-13 11:56:21 -03:00
Carlos Salguero
5299572b31
Merge pull request #294 from altmannmarcelo/3.0
...
Adjusted 2 issues with slave_status
2018-06-13 11:55:58 -03:00
Carlos Salguero
0758e2c714
Revert "Merge branch '3.0' of https://github.com/altmannmarcelo/percona-toolkit into 3.0"
...
This reverts commit 82464dc256
, reversing
changes made to 42b20e1ee0
.
2018-06-13 11:48:57 -03:00
Carlos Salguero
82464dc256
Merge branch '3.0' of https://github.com/altmannmarcelo/percona-toolkit into 3.0
2018-06-13 11:48:08 -03:00
Carlos Salguero
f95d448e03
PT-1554 Updated pt-query-digest to use a proper checksum
...
Now, the checksum field is a CHAR(32) instead of a BIGINT.
Previously it was failing on some MySQL versions since the truncated int
it was storing is not consistent. Now, by having an MD5 stored as a
CHAR(32) the checksum is consistent across MySQL and OS versions.
This is a breaking change and pt-query-digest history and review tables
are not backwards compatible.
2018-06-13 11:25:47 -03:00
Carlos Salguero
81582f3ce3
PT-1554 Fixed test for pt-query-digest + MySQL 8
2018-06-01 09:35:09 -03:00
Carlos Salguero
9d02b690e0
PT-1154 Fixed /pt-duplicate-key-checker/basics.t for MySQL 8
2018-06-01 09:32:26 -03:00
Carlos Salguero
42b20e1ee0
Merge branch 'PT-1554_tests_for_ubuntu14' into 3.0
2018-05-31 10:57:30 -03:00
Carlos Salguero
97cdc1d14d
PT-1554 Fixes for Ubuntu 14.04 tests
2018-05-31 10:57:00 -03:00
Tomislav Plavcic
819d41826e
Merge pull request #342 from tplavcic/jenkins-report
...
Fix prove2junit.pl to better catch test errors for jenkins report
2018-05-31 14:31:53 +02:00
Tomislav Plavcic
90d818d574
Fix prove2junit.pl to better catch test errors for jenkins report
2018-05-31 14:13:01 +02:00
Carlos Salguero
0004bb7bbc
PT-1554 (WIP) Tests for MySQL 8
...
There are tests failing but the sandbox doesn't crash
2018-05-30 21:25:28 -03:00
Carlos Salguero
b801dfa156
PT-1554 Fixed 2 tests for MySQL 5.7
2018-05-30 09:09:42 -03:00
Carlos Salguero
1a4c471a46
PT-1554 Fixed unstable test alter_active_table.t
2018-05-30 02:01:27 -03:00
Carlos Salguero
d62c2d0692
Merge pull request #341 from percona/PT-1554-ps5.6
...
PT-1554 Updated tests for MySQL 5.6
2018-05-30 00:32:55 -03:00
Carlos Salguero
47fe4379fa
PT-1554 Fixed tests for slave-delay & 5.6
2018-05-30 00:32:06 -03:00
Carlos Salguero
4bfca1ac00
PT-1554 Fixed digest tests for 5.6
2018-05-30 00:28:46 -03:00
Carlos Salguero
f4e7230bbd
PT-1554 fixed sandbox script for gtid with 5.6
2018-05-30 00:26:20 -03:00
Carlos Salguero
af62172435
PT-1554 Fixed test for pt-244 (change data dir)
2018-05-29 19:57:08 -03:00
Carlos Salguero
08b00e7fab
PT-1554 Fix to run tests in a tmpfs
2018-05-29 18:07:05 -03:00
Carlos Salguero
6e9828795d
Merge branch '3.0' into PT-1554-ps5.6
2018-05-29 17:48:53 -03:00
Carlos Salguero
6a39b12f4e
PT-1554 Test for 5.6
2018-05-29 17:41:37 -03:00
Carlos Salguero
d3685c1ca8
Merge pull request #340 from tplavcic/jenkins-report
...
Update prove2junit.pl to group tests into testsuites in jenkins
2018-05-29 12:30:10 -03:00