Carlos Salguero
dd6f9046ef
PT-115 Updated OptionParser in all scripts
2017-03-30 10:23:46 -03:00
Carlos Salguero
c554e98926
Revert "Merge pull request #197 from percona/PT-115"
...
This reverts commit 0f5ce4cc0b
, reversing
changes made to 515833f3d2
.
2017-03-29 15:10:25 -03:00
Carlos Salguero
cd23d7b163
PT-63 WIP
2017-03-29 14:56:04 -03:00
Carlos Salguero
2ebd886289
Merge branch '3.0' into PT-63
2017-03-29 14:46:55 -03:00
Carlos Salguero
e22e8f4b1d
PT-115 Made OptionParser to accept repeatable DSN parameters
2017-03-29 14:45:23 -03:00
Carlos Salguero
6747851dac
PT-63 WIP
2017-03-29 14:37:08 -03:00
Carlos Salguero
fac4be64b4
Merge branch '3.0' into issue-1642754
2017-03-28 14:08:51 -03:00
Carlos Salguero
1926bd60b4
PT-111 Collect MySQL variables
2017-03-28 14:03:40 -03:00
Carlos Salguero
be971eeee5
PT-80 Collect replication slave information
2017-03-27 17:30:06 -03:00
Jacob Bednarz
0271ba6a09
Turn off statement based binlog checks
...
For RDS we use row based replication however `pt-table-checksum` wants
to enforce statement and despite passing in the
`--no-check-binlog-format` flag, it would still run it (even though the
documentation suggests[1] it shouldn't). This appears to be a bug
because there is another binlog format check that is wrapped in
`$o->get('check-binlog-format')` slightly further down.
To resolve this, I've updated the remaining binlog format check in the
same expression as the one below and it now honours the
`--no-check-binlog-format` as expected.
[1]: https://www.percona.com/doc/percona-toolkit/3.0/pt-table-checksum.html#cmdoption-pt-table-checksum--[no]check-binlog-format
2017-03-24 08:54:38 +11:00
Carlos Salguero
4543847788
Updated Percona::Toolkit version to 3.0.2
2017-03-23 12:51:28 -03:00
Evgeniy Patlan
5fe708ebb0
Update version
2017-03-23 14:19:11 +02:00
guriandoro
4b0203370d
Ran util/update command to add changes to bin
...
for tool in bin/*; do util/update-modules $tool SchemaIterator; done
2017-03-22 23:30:17 -04:00
guriandoro
32745039b5
Merge branch '3.0' into pt-stalk-collect-prepared-statements-LP1642750
2017-03-22 16:19:19 -04:00
Carlos Salguero
6f5585c493
Fixed pt-stalk mysql version comparisson
2017-03-22 16:57:53 -03:00
Carlos Salguero
a117e63e89
Added MySQL version check to stalk ps queries
2017-03-22 12:38:11 -03:00
guriandoro
cae47b4fb1
PT-90 Ran util/update command to add changes to bin
...
~/perldev/percona-toolkit $ ./util/update-modules bin/pt-stalk collect
2017-03-22 11:03:05 -04:00
Carlos Salguero
91ec593da5
Merge pull request #174 from percona/PT-89
...
PT-89 Now top runs using -bn${OPT_RUN_TIME}
2017-03-21 19:25:30 +02:00
Carlos Salguero
2e64421972
Merge pull request #172 from percona/PT-76
...
PT-76 Fixed cmd line parsing for lines having #
2017-03-21 19:23:37 +02:00
Carlos Salguero
2e57ee4ec5
Merge pull request #179 from percona/PT-96
...
PT-96 Fixing all the tests
2017-03-21 18:54:08 +02:00
Carlos Salguero
4a056cf3b0
PT-81 Collect information about locks and transactions using P_S
2017-03-21 13:45:59 -03:00
Carlos Salguero
b6bcf888e6
Merge branch '3.0' into issue-1642751
2017-03-20 14:26:45 -03:00
Carlos Salguero
978db8ff14
Merge branch '3.0' into issue-1651002
2017-03-16 14:55:10 -03:00
Carlos Salguero
148be75a0e
PT-105 Fixed pt-table-checksum fails if a database is dropped while the tool is running
2017-03-16 14:42:26 -03:00
Carlos Salguero
84bf6b4396
PT-101 Fixed --slave-user in pt-table-checksum
2017-03-15 17:37:34 -03:00
Carlos Salguero
7014670590
PT-101 WIP
2017-03-15 17:09:09 -03:00
Carlos Salguero
fabcf01e2a
PT-101 WIP
2017-03-15 17:08:31 -03:00
Carlos Salguero
f8bbf3b1b0
PT-94 Fixed updates to PK while osc is running
2017-03-14 17:16:30 -03:00
Carlos Salguero
9b80a029f2
PT-96 Updated Percona::Toolkit version
2017-03-10 17:54:45 -03:00
Carlos Salguero
076864c79e
PT-89 Now top runs using -bn${OPT_RUN_TIME}
2017-03-01 13:30:09 -03:00
Carlos Salguero
43a58c4c64
PT-76 Fixed cmd line parsing for lines having #
2017-02-25 13:52:46 -03:00
Carlos Salguero
90e1e9cf1e
PT-81 Moved functions to the collect module
2017-02-25 10:41:07 -03:00
Carlos Salguero
173d04b8b6
PT-81 Added missing query
2017-02-23 23:19:09 -03:00
Carlos Salguero
f88f74d5cf
PT-81 Fixed typo
2017-02-23 18:03:05 -03:00
Carlos Salguero
b3776a25a8
PT-81 Collect information about locks and transactions using P_S
2017-02-23 18:00:00 -03:00
Evgeniy Patlan
550451adb0
Build percona-toolkit-3.0.1
2017-02-16 18:42:57 +02:00
EvgeniyPatlan
0bf9d676d6
â€Build percona-toolkit-3.0.0rc
2017-02-03 23:28:16 +00:00
Carlos Salguero
d372374714
Updated version in Percona::Toolkit
2017-01-31 11:48:50 -03:00
Carlos Salguero
bf8adeb2bc
Merge branch 'tests-fixes' into 3.0-rc
2017-01-30 14:57:43 -03:00
Carlos Salguero
c97d690e9e
Fixes for table-checksum
2017-01-17 10:15:18 -03:00
Carlos Salguero
410e75a623
Updated tests for schema iterator
2017-01-16 23:42:11 -03:00
Carlos Salguero
046a5e9ee5
Merge pull request #137 from marqeta/pt-osc-bug-1632522
...
pt-osc: Fails with duplicate key in table for self-referencing FK
2017-01-16 14:55:49 +02:00
Amiel Montecillo
31fefa0605
Compatibility for older perl versions
2017-01-15 21:06:16 -08:00
Marcelo Altmann
4214e33ae0
minor typo
2017-01-06 20:48:37 -02:00
Marcelo Altmann
f08e000e81
fix for rhel THP
2017-01-06 20:31:44 -02:00
Carlos Salguero
be18e8cbbe
Fixed Percona::Toolkit version
2016-12-21 16:05:43 -03:00
Carlos Salguero
f265de131d
WIP. Still need tests
2016-12-15 18:04:17 -03:00
Evgeniy Patlan
0bca7dd990
Build percona-toolkit-2.2.20
2016-12-06 22:01:00 +00:00
Frantzcy
24119553a2
point is not decimal
...
prevent field type 'point' to be taken as decimal (poINT)
2016-11-28 12:26:46 -05:00
Carlos Salguero
959bd0b2e7
Updated changelog
2016-11-22 11:46:30 -03:00