Commit Graph

3806 Commits

Author SHA1 Message Date
Carlos Salguero
1a8e3a0b76 Added start/stop methods to profiler 2017-04-02 20:19:55 -03:00
Carlos Salguero
248c74e6b7 WIP 2017-04-01 23:06:23 -03:00
Carlos Salguero
e234a6e99d PT-86 Added --skip-check-slave-lag to pt-osc 2017-03-30 14:23:09 -03:00
Carlos Salguero
e4f1625d30 Merge branch '3.0' into PT-63 2017-03-30 11:08:12 -03:00
Carlos Salguero
4ff8e664ae Merge pull request #200 from percona/PT-115
PT-115 Made OptionParser to accept repeatable DSNs
2017-03-30 15:42:38 +02:00
Tomislav Plavcic
c9a48a4f00 Merge pull request #199 from tplavcic/3.0
Fix in MariaDB sandbox for pt-config-diff/basics.t tests
2017-03-30 15:25:42 +02:00
Carlos Salguero
dd6f9046ef PT-115 Updated OptionParser in all scripts 2017-03-30 10:23:46 -03:00
Tomislav Plavcic
c8d943d7c3 Fix in MariaDB sandbox for pt-config-diff/basics.t tests 2017-03-30 15:23:39 +02:00
Carlos Salguero
1d4507537b PT-115 Make DSNs params able to be repeatable 2017-03-30 10:10:54 -03:00
Tomislav Plavcic
fb58e86db0 Merge pull request #198 from tplavcic/3.0
Fix for 5.7 sandbox
2017-03-30 11:37:46 +02:00
Tomislav Plavcic
bd9ac4e614 Fix for 5.7 sandbox 2017-03-30 11:36:10 +02: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
0f5ce4cc0b Merge pull request #197 from percona/PT-115
PT-115 Made OptionParser to accept repeatable DSN parameters
2017-03-29 19:46:10 +02: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
515833f3d2 Merge pull request #196 from percona/issue-1642754
Issue 1642754 Collect replication slave information
2017-03-28 19:09:08 +02:00
Carlos Salguero
fac4be64b4 Merge branch '3.0' into issue-1642754 2017-03-28 14:08:51 -03:00
Carlos Salguero
d7a4a1b846 Merge branch '3.0' into issue-1642754 2017-03-28 14:05:50 -03:00
Carlos Salguero
b2217c6cac Merge pull request #195 from percona/PT-111
PT-111 Collect MySQL variables
2017-03-28 19:04:31 +02:00
Carlos Salguero
1926bd60b4 PT-111 Collect MySQL variables 2017-03-28 14:03:40 -03:00
Alexey
824ca05f98 Remove duplicate content 2017-03-28 16:17:19 +03:00
Carlos Salguero
be971eeee5 PT-80 Collect replication slave information 2017-03-27 17:30:06 -03:00
Carlos Salguero
61c5ba4faa Merge branch '3.0' into issue-1642754 2017-03-27 12:37:28 -03:00
Alexey
9f21263f65 Update release_notes.rst
Removed changelog, fixed release date, removed redundant headings
2017-03-27 17:58:00 +03:00
Carlos Salguero
462c0067c0 Merge pull request #194 from EvgeniyPatlan/3.0
We should regenerate manifets before creating tar
3.0.2
2017-03-24 14:31:29 +02:00
Evgeniy Patlan
b56383da38 We should regenerate manifets before creating tar 2017-03-24 08:47:07 +02: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
db1bf813d3 Fixed mysql db schemas for 5.7 2017-03-23 16:30:33 -03:00
Carlos Salguero
4543847788 Updated Percona::Toolkit version to 3.0.2 2017-03-23 12:51:28 -03:00
Carlos Salguero
a0541f4eea Merge pull request #192 from EvgeniyPatlan/3.0
Changes for 3.0.2 release
2017-03-23 17:40:48 +02:00
Evgeniy Patlan
16b927b05b Do not package *.pm files 2017-03-23 15:51:57 +02:00
Evgeniy Patlan
5fe708ebb0 Update version 2017-03-23 14:19:11 +02:00
Carlos Salguero
3357eb8aec Small fix for mongo query digest 2017-03-23 09:14:16 -03:00
guriandoro
2aaa4d09e5 Merge branch '3.0' into pt-table-checksum-fix-ignored-dbs-LP1642994 2017-03-22 23:32:06 -04: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
8e80b21dee Fixed typo in ignored table mysql.gtid_executed 2017-03-22 23:20:01 -04:00
guriandoro
43d01f694f Removed tables from the default ignore list.
mysql.inventory
mysql.plugin
mysql.proc
2017-03-22 23:17:39 -04:00
guriandoro
c15c3f5bbc Removed ignore for sys.sys_schema table. 2017-03-22 23:12:32 -04:00
Carlos Salguero
ad73055a5b Changed how we invoke MySQL from pt-stalk 2017-03-22 19:38:09 -03:00
Carlos Salguero
4ee41508e3 Merge branch 'fix-json-tests' into 3.0 2017-03-22 19:25:36 -03:00
guriandoro
0e5a08342d Merge branch '3.0' into pt-stalk-collect-prepared-statements-LP1642750 2017-03-22 16:34:34 -04:00
Carlos Salguero
759ee9196e Updated collect.sh because of a syntax error 2017-03-22 17:32:14 -03: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
guriandoro
bbe373cd22 PT-90 Fixed function name and typos in test result string 2017-03-22 11:51:36 -04:00
Carlos Salguero
b7a462bf25 Fixed markdown in contribute.md 2017-03-22 12:47:15 -03:00
Carlos Salguero
5e315a1eb9 Cosmetic change to contribute.md 2017-03-22 12:46:05 -03:00
Carlos Salguero
a117e63e89 Added MySQL version check to stalk ps queries 2017-03-22 12:38:11 -03:00