yoku0825
dcf237ef8c
Fix test PT-1966 ( #493 )
...
* Detect raising error for PT-1966
* Fix non-duplicated column name for PT-1966
* More good way to catch an error. (PT-1966)
- https://github.com/percona/percona-toolkit/pull/493#pullrequestreview-678426876
* Add Changelog (PT-1966)
- https://github.com/percona/percona-toolkit/pull/493
2021-06-17 10:28:54 -03:00
Sergey Kuzmichev
49b570ed0c
Fix for PT-1965 mysql-only lacks mysqladmin output ( #492 )
...
* Fix for PT-1965 mysql-only lacks mysqladmin output
This is a fix for PT-1965. Moved mysqladmin execution out of an if block
that contains stuff executed only when --mysql-only is not specified.
Before this fix, mysqladmin was not executed with --mysql-only.
* PT-1965: updated changelog to reflect the bug fixed
2021-06-10 08:43:07 -03:00
Carlos Salguero
0b97e1f471
PT-1747 pt-online-schema-change was bringing the database into a broken state ( #491 )
...
* PT-1717 Updated behavior for FKs
* Fixed rename_columns.t
* Fixed pt-244.t
* fixed drop swap test
* Fixed test for MySQL 8.0
* Updated test for MySQL 8
* Updated test for MySQL 8
2021-06-03 12:00:43 -03:00
Dávid Mikuš
4dd72d96b1
Add some missing attributes for members ( #490 )
2021-05-04 10:49:48 -03:00
Paul Jacobs
be856c84b5
Update copyright year
2021-05-04 15:42:25 +03:00
Carlos Salguero
c47ac4d4df
PT release 3.3.1 testing branch ( #486 )
...
* PT release 3.3.1 testing branch
* Update pkgs version
* Updated version from build script
2021-04-30 10:08:05 -03:00
PaulJacobs-percona
2cd3673314
RM-1954 Release Notes 3.3.1 ( #489 )
2021-04-29 09:45:01 -03:00
Roma Novikov
d9b3280f07
Update pt-summary ( #487 )
2021-04-27 08:55:10 -03:00
Carlos Salguero
5a0cbd79fc
PT-716 [WIP] Forced free to use wide mode ( #485 )
2021-04-06 10:13:21 -03:00
Carlos Salguero
d78acd961c
PMM-7689 Updated data type for getLastErrorDefaults.w ( #484 )
...
This field is not being used by any tool but it is needed to decode
bigger structures having it. Since the value can be an int to indicate
the number 1-primary, etc, or 'majority', I've changed the field type
from int to interface{}
2021-04-05 14:45:46 -03:00
Carlos Salguero
e570cecbab
PT-1914 Column data lost when 'Generated' is in the column comment ( #482 )
...
* PMM-1914 Fixed column parsing having generated
Fixed table parser code that errouneously considered a column as
generated when the default was empty DEFAULT '' and the COMMENT had
the word 'Generated'.
* PMM-1914 Updated TableParser in all programs
* PT-1914 Updated changelog
* PT-1914 Added test
2021-03-09 11:46:05 -03:00
Carlos Salguero
4f78d5450c
PT-1919 drop-swap can drop triggers ( #483 )
...
* PT-1919 drop-swap can drop triggers
* PT-1919 Update changelog
2021-03-05 11:32:03 -03:00
PaulJacobs-percona
9913690ebc
Merge pull request #481 from percona/pt-k8s-debug-collector-doc-correction
...
Update and rename pt-k8s-psmdb-summary.rst to pt-k8s-debug-collector.rst
2021-01-15 09:06:22 +03:00
Roma Novikov
9b62421772
Update and rename pt-k8s-psmdb-summary.rst to pt-k8s-debug-collector.rst
2021-01-14 21:10:55 +02:00
PaulJacobs-percona
df16170eda
Release 3.3.0 ( #480 )
...
* Updated Percona::Toolkit version
* Updated version in POD headers
* RM-880-RN-3.3.0
* Update makefile to use go dep
* Update year
* Theme is downloaded by Makefile
* Correct path to icon
* Updated pt-osc --reverse-triggers help
* Update reverse-triggers option
* PT-1905 Reverse triggers wording
Co-authored-by: Carlos Salguero <carlos.salguero@percona.com >
2021-01-14 15:22:19 -03:00
Carlos Salguero
00c437bfe2
Fixed --reverse-triggers help
v3.3.0
2021-01-13 09:44:37 -03:00
Carlos Salguero
9ef2b56f4d
PT-1905 Reverse triggers ( #477 )
...
* PT-1905 Reverse triggers
* WIP
* PT-1905 Updated reverse triggers creation
* PT-1905 Fixed trigger creation
2021-01-12 13:58:34 -03:00
Carlos Salguero
71c9902532
PT-1898 pt archiver keeps transaction open ( #479 )
...
* PT-1898 WIP
* PT-1898 Added commit for open txns
* PT-1898 Added commit for open txns
* PT-1898 removed dev leftover
2021-01-12 13:40:51 -03:00
PaulJacobs-percona
142bc69137
Merge pull request #470 from percona/CLOUD-535
...
CLOUD-535 Added pt-k8s-debug-collector tool
2021-01-07 09:37:36 +03:00
PaulJacobs-percona
77d2025a5a
Update README.md
...
Formatting, spelling
2021-01-07 09:20:12 +03:00
PaulJacobs-percona
5c8a8bdda6
Update pt-k8s-psmdb-summary.rst
...
Formatting, spelling
2021-01-07 09:14:58 +03:00
Roma Novikov
b568d0cfe7
Create pt-k8s-psmdb-summary.rst
2021-01-06 21:09:21 +02:00
Roma Novikov
aecd10a869
PT-1907 Socket connection support by pt-pg-summary ( #476 )
2021-01-04 10:29:46 -03:00
Carlos Salguero
e1b7a6a1fd
PT-1857 heartbeat can't reconnect ( #475 )
...
* PT-1857 pt-heartbeat reconnect
* PT-1857 Updated changelog
2020-12-24 16:23:42 -03:00
Carlos Salguero
2233224ff6
PT-1528 pt-online-schema-change "Invalid utf8mb4 character string ( #473 )
...
* PT-1528 [WIP] Proposed solution
* PT-1528 Ingore UTF8 warning
2020-12-24 16:22:46 -03:00
Carlos Salguero
b716d128c0
PT-1908 Increased query id column size in report ( #472 )
2020-11-17 12:09:19 -03:00
Max Dudin
03d4943617
Merge branch '3.x' into CLOUD-535
2020-11-04 13:34:59 +02:00
Carlos Salguero
ff6b05b381
PT-1891 Fixed mongodb-summary connection with ssl ( #469 )
...
* PT-1891 Fixed mongodb-summary connection with ssl
- Added SSL connection options
- Fixed old tests
- Replaced gofmt by gofumpt in Makefile
- There are no ssl test for mongodb-summary because the current sandbox
doesnt support it
* PT-1891 Ran gofumports
* PMM-1891 Fixes for CR
* PT-1891 Decreased minimum TLS reqs for compatibility
2020-11-02 17:13:29 -03:00
Carlos Salguero
e731cf4d83
PT-1881 Updated changelog
2020-10-27 19:17:02 -03:00
Nayuta Yanagisawa
442a099268
PT-1881: Fix missing argument error of pt-upgrade ( #461 )
...
* Fix missing argument error of pt-upgrade
* Use print rather than printf
2020-10-27 19:15:21 -03:00
Jaroslav Musil
fc4e86928b
[PMM-6756] Added go 1.15.x. ( #468 )
2020-10-19 15:22:08 +02:00
Carlos Salguero
03bd58e3a3
Updated changelog
2020-10-13 08:26:34 -03:00
Carlos Salguero
d7a7a1c7a5
PT-169 Handle drop-swap errors in pt-online-schema-change ( #467 )
...
* PT-169 Fixed drop-swap error handling
* PT-169 Fixed drop_swap error handling
2020-10-12 15:36:45 -03:00
Carlos Salguero
1090f017a1
Updated changelog
2020-09-30 11:06:15 -03:00
Carlos Salguero
a8ea8dfe56
PT-1892 Fixed sshd process recognition ( #465 )
2020-09-30 11:04:34 -03:00
Carlos Salguero
0aac7b4cfc
PMM-6494 Topology labels ( #463 )
...
* PMM-6494 Topology labels
Added common functions needed for topology lables in mongo exporter and
pt-mongodb-summary
* PMM-5723 Fix reviewdog.
Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com >
2020-09-08 19:48:09 +03:00
Alexey Palazhchenko
d7ece0aecc
Add go.mod ( #464 )
...
* Add go.mod
* Update github.com/shirou/gopsutil
* Use released version of dep
* Disable modules in CI for now
* PMM-5723 Fix reviewdog.
Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com >
2020-09-08 17:20:19 +03:00
PaulJacobs-percona
ff8b0aff84
Update release_notes.rst
...
Don't expose email
2020-08-17 10:03:26 +03:00
Paul Jacobs
db7dee46b6
3.2.1 RNs
2020-08-17 10:01:02 +03:00
PaulJacobs-percona
ecaaf4cc42
Merge pull request #460 from percona/release-3.2.1
...
3.2.1 release branch
2020-08-17 09:39:11 +03:00
Carlos
750d2ef9d9
Updated version to 3.2.1 in all tools
v3.2.1
2020-08-12 14:54:55 -03:00
Carlos
232263f176
Updated Percona::Toolkit version and changelog
2020-08-12 14:46:09 -03:00
Carlos
5d00a14b94
Updated changelog
2020-08-12 13:48:58 -03:00
Mateus Dubiela Oliveira
d6ada6a7bf
PT-1869: Enable slave list reloading ( #456 )
...
* PT-1869: Enable slave list reloading
* PT-1869: Fix pt-osc/slave_lag sample sizes for more consistent testing results
* PT-1869: Move slaves_to_skip to get_slaves_cb
2020-08-12 11:30:56 -03:00
Max Dudin
08c9621c14
PT-1865 fix typo
2020-08-05 18:00:30 +03:00
Max Dudin
8ed3b1cdc9
CLOUD-535 Updated Gopkg.lock
2020-08-05 14:01:34 +03:00
Max Dudin
61ba3c729e
CLOUD-535 gopath added, changed suumary func name
2020-08-05 13:59:46 +03:00
Max Dudin
212d2032ed
PT-1865 small changes
2020-08-04 00:00:54 +03:00
Max Dudin
9b90408451
PT-1865 Changed tool name
2020-08-03 20:39:12 +03:00
Paul Jacobs
f9b510e22f
PT-1870 Font differences
2020-07-30 10:34:30 +03:00