Commit Graph

1265 Commits

Author SHA1 Message Date
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
Carlos Salguero
4543847788 Updated Percona::Toolkit version to 3.0.2 2017-03-23 12:51:28 -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
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
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
a117e63e89 Added MySQL version check to stalk ps queries 2017-03-22 12:38:11 -03: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
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
9b80a029f2 PT-96 Updated Percona::Toolkit version 2017-03-10 17:54:45 -03:00
Carlos Salguero
3b6f1c3aff PT-96 Fixes for ChangeHandler & TableSync 2017-03-10 14:51:43 -03:00
Carlos Salguero
e414820c7f Merge commit 'b09e70a' into PT-96 2017-03-10 11:57:55 -03:00
Carlos Salguero
b09e70a5a2 PT-96 Fixed changehandler sort that were causing problems. 2017-03-10 11:55:23 -03:00
Carlos Salguero
0118c93cc3 PT-96 Made TableSyncer testeable 2017-03-10 09:32:34 -03:00
Carlos Salguero
9a5b0d4b95 PT-96 Made TableSyncChunk testeable 2017-03-10 00:19:52 -03:00
Carlos Salguero
e4ce711969 PT-96 Fixed tests for SimpleTCPDumpParser 2017-03-09 23:51:59 -03:00
Carlos Salguero
4408d5f6c2 PT-96 Fixed tests for Schema.pm
Forced sorting of some arrays to make them possible to test
2017-03-09 17:14:37 -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
d372374714 Updated version in Percona::Toolkit 2017-01-31 11:48:50 -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
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
Carlos Salguero
ca1f592652 Added schemas/tables to the default ignore list 2016-11-18 13:17:03 -03:00
Carlos Salguero
c91350f2eb Added pause to NibbleIterator 2016-11-01 19:05:49 -03:00
Carlos Salguero
74eb8b72c0 Added test. Updated all modules 2016-10-27 13:39:51 -03:00
Carlos Salguero
c61ce0f3db bug-1635734 Fixed config param handler 2016-10-27 12:20:40 -03:00
Carlos Salguero
cc8f750f60 Fixed sort order fro ENUM fields 2016-08-21 20:52:25 -03:00
Carlos Salguero
5e7874674b Updated Percona::Toolkit version & Changelog 2016-08-05 16:03:43 -03:00
Carlos Salguero
98d07179b8 Revert "Merge pull request #92 from ManjotS/2.2"
This reverts commit 0b62ba26af, reversing
changes made to e983eff3d3.
2016-08-04 17:34:27 -03:00
Daniël van Eeden
9596848343 Recheck the list of slaves in the table specified with DSN
This is to add/remove monitored machines while the OSC runs.

This contains work by:
- Daniël van Eeden <daniel.vaneeden@booking.com>
- Mikhail Izioumtchenko <mikhail.izioumtchenko@booking.com>
2016-07-26 15:50:49 +02:00
Carlos Salguero
0febed9dbc Merge pull request #90 from ihanick/2.2-lp1581752
fix lp:1581752 5.7 compatibility for pt-query-digest, slow log time format
@ihanick Thanks for your fix.
I've added a test case and also I've modified all other scripts using SlowLogParser.
You can check the new PR https://github.com/percona/percona-toolkit/pull/118
2016-07-20 16:02:39 -03:00
Carlos Salguero
c9e506da47 Merge pull request #102 from dankinon/2.2
add enum column type to is_char check so that values are properly quoted
2016-07-12 17:49:28 -03:00
Daniel Kinon
0053d01aed Adding enum fix to ChangeHandler.pm 2016-07-11 10:34:33 -07:00
Carlos Salguero
26cf65015c BUG-1595678 Updated MasterSlave lib into binaries
Also updated a 'SHOW PROCESSLIST' to 'SHOW FULL PROCESSLIST' because
pt-kill needs more than 100 chars in the info field.
2016-07-06 20:41:42 -03:00
Carlos Salguero
2c1db036b5 BUG-1595678 Added --slave-user, --slave-password params 2016-07-06 19:04:21 -03:00