Paul Jacobs
8990a967c5
Changed table format back to plain (list-table not configured)
2020-04-21 19:43:28 +03:00
Paul Jacobs
4c5447bf42
Changed table format to list-table
2020-04-21 19:27:07 +03:00
Paul Jacobs
4fda9caaf8
Added missing README for documentation
2020-04-21 17:33:35 +03:00
Alexey Palazhchenko
e20e3c879b
Relax github.com/pkg/errors dependency.
...
That way pmm-agent can use 0.9.1 without breaking other users.
2020-04-21 14:09:04 +03:00
Carlos Salguero
7d22b46e54
Merge branch '3.0' of percona.github.com:percona/percona-toolkit into 3.0
2020-04-16 16:13:44 -03:00
Carlos Salguero
834df307ca
Merge pull request #440 from impimp/PT-1824
...
PT-1824: Name of a constraint can exceed 64 when --alter-foreign-keys…
2020-04-16 16:13:11 -03:00
Carlos Salguero
6dbf807dfa
Fixed Fk tests
2020-04-16 16:12:40 -03:00
Carlos Salguero
1038816275
Merge branch '3.0' into impimp-PT-1824
2020-04-16 13:26:28 -03:00
IP
76cffde87e
PT-1824: Name of a constraint can exceed 64 when --alter-foreign-keys-method=rebuild_constraints used
...
The maxium possible length of a constraint name is 64. When --alter-foreign-keys-method=rebuild_constraints used,
pt-online-schema-change just adds `_`-character. This commit forces the maximum length of constraint name to 64 characters.
2020-04-10 11:46:10 +02:00
Carlos Salguero
4ba96ad7f1
PT-1802 Reverted PT-1747
2020-04-03 17:13:13 -03:00
Carlos Salguero
208fb86586
Revert "Merge pull request #427 from percona/PT-1747"
...
This reverts commit 25b637d4bd
, reversing
changes made to 38c169031e
.
2020-04-03 14:40:35 -03:00
Carlos Salguero
54f90e4bdf
PT-1802 WIP
2020-04-02 09:57:45 -03:00
Carlos Salguero
f80c098614
Merge branch '3.0' of percona.github.com:percona/percona-toolkit into 3.0
2020-04-01 15:39:45 -03:00
Carlos Salguero
45522dea28
Renamed dubious tests
2020-04-01 15:39:16 -03:00
Carlos Salguero
b5a593dc16
Updated TableNibbler
2020-03-31 13:19:26 -03:00
Carlos Salguero
fc631efb32
Fixed long_fk_constraints.t
2020-03-31 11:27:04 -03:00
Carlos Salguero
2f07f776b5
Updated DNSParser in all programs
2020-03-31 10:11:48 -03:00
Nurlan Moldomurov
384b841ea2
Merge pull request #438 from percona/PT-1810
...
PT-1810 Update UUID package
2020-03-31 00:04:48 +03:00
Carlos Salguero
a3ab87b12e
Fixed pt-archiver tests
2020-03-30 14:57:02 -03:00
Carlos Salguero
fa4bb014ec
PT-1810 Adding container name in docker-compose
2020-03-30 13:44:14 -03:00
Carlos Salguero
25b8421447
PT-1810 Adding container name in docker-compose
2020-03-30 13:29:19 -03:00
Carlos Salguero
06a60c906a
PT-1810 debug in travis
2020-03-30 13:02:28 -03:00
Carlos Salguero
55f719fa79
PT-1810 Fixex travis
2020-03-30 12:51:01 -03:00
Carlos Salguero
7e7eecc68f
PT-1810 Updated travis & compose to include postgres
2020-03-30 12:17:24 -03:00
Carlos Salguero
1b7d526722
PT-1810 test
2020-03-30 10:42:00 -03:00
Carlos Salguero
d531164921
PT-1810 Updated testing MongoDB certs
2020-03-30 08:35:57 -03:00
Carlos Salguero
f0ee14d479
WIP
2020-03-30 08:21:05 -03:00
Carlos Salguero
670dd962a9
Merged 3.0 branch
2020-03-26 08:41:25 -03:00
Carlos Salguero
6f75eb1877
PT-1810 Updated deps for google/uuid
2020-03-25 15:06:32 -03:00
Carlos Salguero
9e856562af
PT-1810 Use of Google's UUID pkg
2020-03-25 15:04:44 -03:00
Carlos Salguero
a7ec40383f
PT-1810 Updated deps
2020-03-17 22:45:31 -03:00
Artem Gavrilov
8abdc07050
PMM-5192 Update Go version to 1.13
2020-02-19 22:20:39 +03:00
Carlos Salguero
f79e153d9d
PT-1793 Updated changelog
2020-01-15 17:53:56 -03:00
Carlos Salguero
f6ea741467
Merge pull request #434 from kei500/feature/pt-query-digest-year-2020-problem
...
workaround for year 2020 problem
2020-01-15 17:52:09 -03:00
Kei Tsuchiya
d623201275
fix TcpdumpParser.pm and embed into pt-query-digest and pt-upgrade
2020-01-11 04:11:34 +09:00
Kei Tsuchiya
e9becc267c
workaround for year 2020 problem
2020-01-10 01:16:17 +09:00
Carlos Salguero
ed8eb16569
Merge pull request #433 from percona/PT-1766
...
PT-1766 Fixed DIFF_ROWS calculation
2019-12-23 08:44:30 -03:00
Carlos Salguero
2821b847b3
PT-1766 Fixed DIFF_ROWS calculation
...
- Fixed DIFF_ROWS calculation
- Removed unused param --force-concat-enums
2019-12-23 08:42:38 -03:00
Carlos Salguero
68dc98c2ba
PMM-4010 Updated travis.yml ( #432 )
2019-12-19 15:19:01 +03:00
Carlos Salguero
11ae9b5b64
Removed debug code
2019-12-10 15:00:44 -03:00
Carlos Salguero
25b637d4bd
Merge pull request #427 from percona/PT-1747
...
PT-1747 Improved FK rebuild constraints
2019-12-10 14:57:11 -03:00
Carlos Salguero
bd32e51ec5
PT-1747 Updated doc
2019-12-10 14:56:36 -03:00
Carlos Salguero
38c169031e
Merge pull request #430 from percona/PT-1707_update_master_slave_pm
...
PT-1707 Updated MasterSlave in all scripts
2019-11-26 10:25:29 -03:00
Carlos Salguero
a2159c259d
PT-1707 Updated MasterSlave in all scripts
2019-11-26 10:11:26 -03:00
Carlos Salguero
e97d80cde0
PT-1747 Updated MySQL version check
2019-11-26 10:04:56 -03:00
Carlos Salguero
3d78e61e1d
Merge pull request #428 from percona/PMM-2605
...
PMM-2605 Removed go 1.9.x from .travis.yml
2019-11-11 11:06:40 -03:00
Carlos Salguero
3caa8c4a25
PMM-2605 Removed go 1.9.x from .travis.yml
...
Also updated Makefile to run all the tests
2019-11-11 10:46:57 -03:00
Carlos Salguero
2f36e5816a
PT-1747 Improved FK rebuild constraints
...
If we cannot rebuild constraints due to metadata lock, now the tool
won't delete the new table nor the triggers so the old table and the new
table will have the same data and since the triggers are still in place,
new_table will keep getting the updates.
Also, the tool will show the commands that the user need to run manually
to complete the process
2019-11-08 10:33:51 -03:00
Carlos Salguero
2c1861f239
lkkk
2019-11-07 14:17:23 -03:00
Carlos Salguero
061e6bb5c1
Merge pull request #395 from percona/PT-1707
...
PT-1707 IPV6 support for recursion method processlist
2019-10-29 09:15:53 -03:00