Commit Graph

4687 Commits

Author SHA1 Message Date
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
Carlos Salguero
53213e0582 Merge branch '3.0' into PT-1707 2019-10-29 08:57:38 -03:00
Carlos Salguero
e656274493 PT-1707 Updated DSNParser in all apps 2019-10-29 08:53:26 -03:00
Carlos Salguero
81b5e5940c Merge pull request #423 from percona/IPv6_doc
Updated doc for IPv6 support
2019-10-16 09:34:04 -03:00
Carlos Salguero
9dd0b1eaab Updated doc for IPv6 support 2019-10-16 09:27:52 -03:00
Carlos Salguero
0c50d8f708 Merge pull request #420 from percona/PT-1760
PT-1760 regression on slave with replication channels
2019-10-15 19:02:36 -03:00
Carlos Salguero
2b3217a77a PT-1760 MasterSlave fix for rep channels 2019-10-15 18:45:43 -03:00
Carlos Salguero
1b2a4bdf4a Merge pull request #419 from wonko/wonko-add-only-same-schema-fks
Restrict the FK check if needed
2019-10-14 15:08:16 -03:00
Carlos Salguero
d45d393d8a Merge pull request #422 from percona/PT-1757_nibble_small_tables
PT-1757 Implemented fallback to nibble in NibbleIterator
2019-10-14 14:45:43 -03:00
Carlos Salguero
13f7afc49d PT-1757 Fixed NibbleIterator undef 2019-10-14 14:44:57 -03:00
Carlos Salguero
6a302e2b07 PT-1757 Implemented fallback in NibbleIterator
Since now NibbleIterator can fallback to nibble (from one chunk) pt-osc
can nibble tables even if due to unacurate stats, it choses one nible as
the initial nibbling method.
2019-10-13 21:58:56 -03:00
Carlos Salguero
ed0b883eda Merge pull request #421 from vorsel/PT-1768_remove_binary_from_repo
PT-1768 remove pt-mongodb-query-digest binary from repo
2019-10-13 14:14:01 -03:00
Carlos Salguero
e58b9fbea8 PT-1757 fallback to nibble in NibbleIterator 2019-10-08 21:24:59 -03:00
Carlos Salguero
a6e0b0d324 WIP 2019-10-08 13:10:26 -03:00
Oleksandr Miroshnychenko
4f5f37e6d6 PT-1768 remove pt-mongodb-query-digest binary from repo 2019-10-07 16:40:21 +03:00
Carlos Salguero
605b97959c PT-1760 DSN parser overrides values if F= was specified 2019-10-01 11:20:18 -03:00
Carlos Salguero
522f8c5821 PT-1760 Updated DSNParser module 2019-10-01 08:26:42 -03:00
Bernard Grymonpon
99d3de8297 Restrict the FK check if needed
The find_child_tables is a heavy call if there are a lot of tables. This should honor the `only-same-schema-fks` option.
2019-09-25 12:10:22 +02:00
Carlos Salguero
c107e4fb42 Merge pull request #418 from percona/PT-297
PT-297 Improve emuns handling in pt-osc
2019-09-20 13:51:31 -03:00
Carlos Salguero
9ed892692a PT-297 removed debug code 2019-09-20 13:50:44 -03:00
Carlos Salguero
10fe056242 WIP 2019-09-19 14:29:55 -03:00
Carlos Salguero
b03767a260 PT-297 WIP 2019-09-19 10:58:33 -03:00
Carlos Salguero
4fc3d9fd1f WIP testing a patch 2019-09-19 08:25:00 -03:00
Carlos Salguero
139dfd1dd4 Removed old key 2019-09-18 09:21:39 -03:00
Carlos Salguero
636123bded WIP 2019-09-18 09:20:56 -03:00
Carlos Salguero
129e28fe4a Merge pull request #417 from percona/PT-1759
PT-1759 pt-stalk not collecting processlist and vars
2019-09-13 11:46:36 -03:00
Carlos Salguero
69105900f8 PT=1759 Updated changelog 2019-09-13 11:19:36 -03:00