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
guriandoro
6a960b6bfb
PT-90 Adding file needed for tests
2017-03-22 11:37:41 -04:00
guriandoro
00cb8d6874
PT-90 Adding test for new changes
2017-03-22 11:37:09 -04:00
Carlos Salguero
41775e5f50
PT-80 WIP
2017-03-22 12:05:33 -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
guriandoro
e8ad42955d
PT-90 Adding collect for LP:1642750
...
pt-stalk will now also collect from P_S.prepared_statements_instances
2017-03-22 10:53:34 -04:00
Carlos Salguero
8f848d8642
Updated Changelog for 3.0.2
2017-03-21 14:57:46 -03:00
Carlos Salguero
526e68fbec
Merge pull request #177 from percona/PT-93
...
PT-93 Made ID to match query key
2017-03-21 19:26:20 +02: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
e9377c1b71
Merge pull request #168 from percona/PT-77
...
PT-77 Updated glide call in the Makefile
2017-03-21 19:24:35 +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
e29a50c887
Merge pull request #189 from percona/PT-75
...
PT-75 Fixed command line arg parse
2017-03-21 19:20:31 +02:00
Carlos Salguero
72b396cd26
PT-75 Merge branch '3.0' into PT-75
2017-03-21 14:20:01 -03:00