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
Carlos Salguero
0b62ba26af
Merge pull request #92 from ManjotS/2.2
...
Added --preserve-triggers to pt-osc
2016-07-05 17:02:45 -03:00
Carlos Salguero
e983eff3d3
Merge pull request #103 from percona/bug-1593265
...
Bug-1593265 Fixed pt-archiver deletes wrong rows
2016-07-05 13:05:44 -03:00
Manjot Singh
a564cc7bc8
Added changes suggested by mbenshoof, michaeldg
...
- Fixed issue with dry run and preserve triggers
- Fixed issue with trim multiline
- Changed DSNParser in lib
2016-06-28 12:33:44 -07:00
Carlos Salguero
c7e7ba7331
bug-1592608 BLOB/TEXT/BINARY Checksum uses CRC32
2016-06-23 17:14:25 -03:00
Carlos Salguero
01daf0030e
bug-1593265 Fixed pt-archiver deletes wrong rows
...
In the case we are trying to migrate a table with no PK nor an unique
key, pt-archiver was failing to select the correct rows for deletion.
This fix implemented here is to add ALL columns in the WHERE clause of
the DELETE command. This way, we are deleting only the exact same row we
just migrated but using columns instead of an index.
2016-06-22 13:17:57 -03:00
Carlos Salguero
1accb78055
Fixed error introduced in MySQLProtocolParser
...
When originally moved the fix out of the pt-query-digest into
MySQLProtocolParser I made a mistake and I've introduced an error.
Fixed.
2016-06-13 17:29:24 -03:00
Frank Cizmich
5cc70d2b36
Merge pull request #95 from percona/bug-1402776
...
Bug-1402776
2016-06-13 16:15:57 -03:00
Carlos Salguero
1ccfce176d
bug-1402776 Updated MySQLProtocolParser.pm
2016-06-13 16:00:07 -03:00
Carlos Salguero
bf14192c4d
Fix included into GeneralLogParser lib
2016-06-13 14:47:32 -03:00
frank-cizmich
c3f4705b67
pt-stalk sort transactions - lp1537416
2016-06-09 14:31:19 -03:00
Nickolay Ihalainen
2f8182045b
fix lp:1581752 5.7 compatibility for pt-query-digest, slow log time format
2016-05-14 11:52:18 +03:00
frank-cizmich
a4b9b941d6
Merge branch 'pt-tcs-where-option-using-non-optimal-index-lp1576036' of github.com:percona/percona-toolkit into pt-tcs-where-option-using-non-optimal-index-lp1576036
2016-05-11 18:13:35 -03:00
frank-cizmich
47cc4225d8
corrected index choosing bug in NibbleHandler
2016-05-11 17:54:46 -03:00
frank-cizmich
162d4dcd28
corrected index choosing bug in NibbleHandler
2016-04-29 07:23:42 -03:00
frank-cizmich
f8cdf05988
--version returned exit status 1
2016-04-18 12:29:43 -03:00
Frank Cizmich
e99bf0978e
Merge pull request #61 from percona/pt-query-digest-no-vertical-format-PT-24
...
pt-query-digest - allow no-vertical-format option for mysql clients that don't support it
2016-03-16 17:39:30 -03:00
frank-cizmich
ba60919cc4
updated tool version var to 2.2.17
2016-03-02 20:41:45 -03:00
frank-cizmich
7b6eee3509
made compare_versions func into its own module. made tests
2016-02-24 17:17:40 -03:00
frank-cizmich
a4bef9dd78
fix tests of duplicate key module and tool for consistency
2016-02-14 22:26:25 -03:00
frank-cizmich
377b50144b
new var binlog_error_action caused bug in collect module
2016-02-11 17:44:20 -03:00
frank-cizmich
56b44a7522
sprintf rudundancy warnings
2016-02-05 13:35:44 -03:00
frank-cizmich
7c0054fa5d
DSNParser clobbered sql_mode variable set by user - lp1506748
2016-02-01 22:51:55 -03:00
Frank Cizmich
f6feb8ee03
Merge pull request #71 from percona/pt-table-checksum-5.7-compat
...
misc test fixes for pt-table-checksum 5.7 compat
2016-01-29 15:30:31 -03:00
frank-cizmich
b85379017e
misc test fixes for pt-table-checksum 5.7 compat
2016-01-28 21:39:27 -03:00
Frank Cizmich
4b1b756f4c
Merge pull request #60 from percona/pt-osc-recursion-method-error-lp1523685
...
pt-osc fixed recursion method dsn - lp1523685
2016-01-28 16:10:37 -03:00
frank-cizmich
96aff694b1
fixed 5.7 tests for pt-query-digest and pt-show-grants and tweaked SqlMode for global
2016-01-12 18:18:59 -03:00
frank-cizmich
6433c99713
various 5.7 test and tool compatibility fixes
2015-12-24 09:49:17 -03:00
frank-cizmich
6186f942b2
pt-osc fixed recursion method dsn - lp1523685
2015-12-14 00:40:16 -03:00
frank-cizmich
9f81fa5c4a
allow no-vertical-format option for mysql clients that dont support it
2015-12-06 19:14:06 -03:00
frank-cizmich
e490db0d08
changed VERSION in modules to 2.2.16
2015-12-06 15:44:48 -03:00
frank-cizmich
2134e3f1b4
Merge branch 'handle-literal-backticks-lp-1462904' into release-2.2.15
2015-09-08 15:45:39 -03:00
frank-cizmich
f77e4b31e0
merged ptc-reconnect-slave-dbh-lp1042727
2015-09-08 15:33:37 -03:00
frank-cizmich
7974bc81f2
updated PT version Percona::Toolkit mod
2015-08-25 11:21:08 -03:00
frank-cizmich
5d8ef24dee
solve conflict
2015-08-20 18:57:00 -03:00
frank-cizmich
5f405c9a8c
resolved conflict
2015-08-20 18:45:48 -03:00
frank-cizmich
fa40b7290d
solved conflict
2015-08-20 17:09:34 -03:00
Frank Cizmich
48918426b5
Merge pull request #12 from percona/pt-mysql-summary-ask-pass-option-lp1455486
...
pt-mysql-summary added ask-pass option
2015-08-20 15:18:47 -04:00
frank-cizmich
e7052c013b
pt-archiver added flow control awareness for PXC
2015-08-20 10:30:46 -03:00
frank-cizmich
334f358a5c
pt-osc: added PXC Flow Control awareness - lp1413101
2015-08-16 15:46:33 -03:00
frank-cizmich
b408fcfd01
misc test and sandbox fixes
2015-08-03 17:26:51 -03:00
frank-cizmich
074c1edec5
pt-mysql-summary added ask-pass option
2015-07-28 17:08:58 -03:00