Carlos Salguero
1bea8e33e3
Merge pull request #393 from percona/PT-1709
...
PT-1709 Ignoring invalid mysql packets
2019-05-13 11:49:28 -03:00
Anton Kucherov
0cd918a835
Merge pull request #396 from percona/PMM-3880-p99-for-qan
...
PMM-3880 qan p99.
2019-04-25 10:50:30 +03:00
Anton Kucherov
e4f3b1b7d1
PMM-3880 fix tests.
2019-04-25 01:30:44 +03:00
Anton Kucherov
0252710c45
PMM-3880 qan p99.
2019-04-24 16:13:07 +03:00
Carlos Salguero
106b1edebb
Merge pull request #394 from percona/PT-1715
...
PT-1715 Updated pt-upgrade docucumentation
2019-04-11 15:02:25 -03:00
Carlos Salguero
9a57f5a479
PT-1715 Updated pt-upgrade docucumentation
...
Added tcpdump into the --type parameter
2019-04-11 15:00:54 -03:00
Carlos Salguero
39ecd2b6e8
PT-1709 Ignoring invalid mysql packets
2019-04-11 14:45:07 -03:00
Carlos Salguero
a9eeeb6fb1
Merge pull request #392 from percona/PT-1706
...
PT-1706 Made mongo tools compile with Go 1.12
2019-04-03 11:48:40 -03:00
Carlos Salguero
3b88222428
PT-1706 Added go 1.12.x to travis.yml
2019-04-03 10:40:38 -03:00
Carlos Salguero
12c866c9a4
PT-1706 Updated travis.yml
2019-04-03 10:12:18 -03:00
Carlos Salguero
cdea59e688
PT-1706 Made mongo tools compile with Go 1.12
...
- Removed t.parallel from tests
- Added lock to stats pkg
- Fixed timeout channels usage in stats pkg
- Removed non-compatible dependency (badfix/slice) and its dependencies
- Made code improvements for linter
2019-03-31 04:20:31 -03:00
Carlos Salguero
3f29746483
Merge pull request #391 from percona/PT-1575
...
PT-1575 Fix pt-mysql-summary to recognize PXC
2019-03-20 12:33:54 -03:00
Carlos Salguero
06582008fd
PT-1575 Fix pt-mysql-summary to recognize PXC
2019-03-20 12:32:25 -03:00
Eduardo Casarero
39aa1f88f0
Update README.md
2019-03-15 18:37:49 -03:00
Viacheslav Sarzhan
033fd5df9d
Merge pull request #389 from hors/PT-1701
...
PT-1701 build Percona Toolkit 3.0 for RHEL8
2019-03-11 22:12:40 +02:00
Viacheslav Sarzhan
8d64a845d4
PT-1701 build Percona Toolkit 3.0 for RHEL8
2019-03-11 21:53:28 +02:00
Carlos Salguero
e9a9e787ea
Merge pull request #387 from percona/PT-1114-new-fix
...
pt-table-checksum fails when table is empty
2019-03-04 11:10:04 -03:00
Carlos Salguero
b7905fcb74
Updated changelog to include PT-1633
2019-01-29 09:02:54 -03:00
Carlos Salguero
4d87947852
Merge pull request #386 from ruleant/patch-1
...
PT-1633 fix incorrect parsing of a variable with number + K,M,G,T
2019-01-29 08:58:33 -03:00
Carlos Salguero
424a48518c
PT-1114 test fix
2019-01-11 15:43:38 -03:00
Carlos Salguero
a9381ba2ea
Merge pull request #383 from percona/release-3.0.13
...
RM-422 Updated changelog & library version
2019-01-10 09:26:48 -03:00
Dieter Adriaenssens
5487319fd1
PT-1633 fix incorrect parsing of a variable with number + K,M,G,T
...
This fixes bug https://jira.percona.com/browse/PT-1633
A regexp to convert numbers matches any variable ending in a number followed by character K, M, G or T, even if the variable contains other characters, fe. 'ibtmp1:12M:autoextend:max:5G'.
This fix changes the regexp so it matches only those variables that contain only a number followed by K,M,G or T
2019-01-09 16:37:40 +01:00
Roma Novikov
a59993182f
Merge pull request #384 from fiowro/RN-3.0.13
...
PT 3.0.13 release notes
2019-01-09 16:02:41 +02:00
Dima
8f43937f18
Remove PT-1114
2019-01-09 16:24:12 +03:00
Carlos Salguero
7748cc765d
Revert "Merge pull request #380 from percona/PT-1114"
...
This reverts commit bcbc175d0c
, reversing
changes made to cf5c661d46
.
2019-01-08 14:37:05 -03:00
Carlos Salguero
e85ce15ef2
Reverted PT-1114. Updated changelog
3.0.13
2019-01-08 10:33:58 -03:00
Carlos Salguero
f7722200e8
Revert "Merge pull request #380 from percona/PT-1114"
...
This reverts commit bcbc175d0c
, reversing
changes made to cf5c661d46
.
2019-01-08 10:33:24 -03:00
Carlos Salguero
12edc268f6
Merge pull request #385 from percona/PT-1673_mdb_10.3.8
...
PT-1673 Fix for MariaDB 10.3
2019-01-07 11:17:27 -03:00
Carlos Salguero
905793208a
PT-1673 Fix for MariaDB 10.3
2019-01-07 11:16:08 -03:00
Carlos Salguero
56f9e4281e
Merge commit '4230f411e4c3c1795fdbd944c0d4d9e07ed52f2c' into release-3.0.13
2019-01-07 07:16:23 -03:00
Roma Novikov
4c28e71092
Merge pull request #376 from percona/PT-157
...
PT-157 Specifying the index to use for pt-archiver ignores --primary-key-only
2019-01-03 11:50:15 +02:00
Dima
6445f76166
PT 3.0.13 release notes
2019-01-02 16:18:52 +03:00
Evgeniy Patlan
5159bd333f
Build percona-toolkit-3.0.13
2018-12-28 08:55:28 +00:00
Carlos Salguero
063d16b03f
RM-422 Updated changelog & library version
2018-12-19 15:25:01 -03:00
Carlos Salguero
ec201f77ad
Merge pull request #372 from devopsmakers/mariadb_10_3_fix
...
Fix pt-show-grants for MariaDB
2018-12-19 14:00:24 -03:00
Carlos Salguero
9fd335b872
Merge pull request #377 from fiowro/PT-1662-3.0
...
PT-1662 fix pt-secure-collect doc styles
2018-12-19 13:54:11 -03:00
Carlos Salguero
22acef232b
Merge pull request #382 from percona/PT-1492
...
PT-1492 Update doc for pt-kill
2018-12-19 13:53:42 -03:00
Carlos Salguero
425019f593
PT-1492 Update doc for pt-kill
2018-12-18 10:43:33 -03:00
Dmitriy Kostiuk
861d5fa1bf
Formatting fixe and minor editing
2018-12-15 01:15:16 +03:00
Roma Novikov
c5c4a87338
Merge pull request #379 from percona/PT-1615-3.0
...
PT-1615 fix with removing launchpad links
2018-12-13 23:58:04 +02:00
Dmitriy Kostiuk
8ddc758cee
typo fix
2018-12-13 17:16:42 +03:00
Dima
bd5b0adf56
convert tables into options list
2018-12-13 14:33:42 +03:00
Dima
2c35d90f9f
correct tables and list
2018-12-13 14:21:21 +03:00
Carlos Salguero
bcbc175d0c
Merge pull request #380 from percona/PT-1114
...
PT-1114 LP #1182180 : pt-table-checksum fails when table is empty
2018-12-11 08:41:35 -03:00
Carlos Salguero
bf9a16239d
PT-1114 Updated IndexLength module
2018-12-11 08:40:06 -03:00
Carlos Salguero
89f8d03d74
PT-1114 pt-table-checksum fails when table is empty
2018-12-10 16:25:22 -03:00
Dima
13d3650df9
Changing links in other scrits
2018-12-07 11:01:14 +03:00
Dima
c8cfebe299
PT-1605 fix with removing launchpad links
2018-12-06 14:49:08 +03:00
Carlos Salguero
cf5c661d46
Merge pull request #378 from percona/PT-1667
...
PT-1667 Added replication channels support to pt-archiver
2018-12-05 14:16:56 -03:00
Carlos Salguero
152712f799
PT-1667 Added replication channels support to pt-archiver
2018-12-05 14:15:51 -03:00