Carlos Salguero
c9ed7aeb94
Merge branch '2.2' of https://github.com/ManjotS/percona-toolkit into bug-984057
2016-06-29 17:00:22 -03:00
Carlos Salguero
a9ec512036
bug-1592166 Updated change log
2016-06-29 12:28:32 -03:00
Carlos Salguero
1c047e763b
bug-1592166 Fixed memory leak in pt-kill
2016-06-29 12:26:06 -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
38979b2096
Removed unused 'use Data::Dumper'
2016-06-27 16:38:17 -03:00
Carlos Salguero
b8d849e9bd
Fixed tests for pt-table-checksum/chunk_index.t
2016-06-27 16:00:15 -03:00
Carlos Salguero
d042a4dd6a
updated tests
2016-06-27 15:22:31 -03:00
EvgeniyPatlan
3dfffccffd
Merge pull request #105 from percona/release-2.2.18
...
Release 2.2.18
2016-06-24 16:06:37 +03:00
Evgeniy Patlan
a8d045beb6
Build percona-toolkit-2.2.18
2.2.18
2016-06-24 11:04:56 +03:00
EvgeniyPatlan
a7304d0709
Merge pull request #104 from EvgeniyPatlan/release-2.2.18
...
Changelog for 2.2.18
2016-06-24 10:40:09 +03:00
Evgeniy Patlan
ff3907eec0
Changelog for 2.2.18
2016-06-24 10:34:36 +03:00
Carlos Salguero
c7e7ba7331
bug-1592608 BLOB/TEXT/BINARY Checksum uses CRC32
2016-06-23 17:14:25 -03:00
Carlos Salguero
b018d09e4e
bug-1593265 Updated tests for TableNibbler.t
2016-06-22 16:00:32 -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
root
1f9974eae1
add enum column type to is_char check so that values are properly quoted
2016-06-21 20:30:37 -07:00
Jervin R
3818331685
Run BLOB/TEXT/BINARY columns against CRC32 during row checksum to prevent CONCAT_WS overflow and null _crc_col
2016-06-17 06:43:48 +08:00
Jervin R
336d9605c7
Run BLOB/TEXT/BINARY columns against CRC32 during row checksum to prevent CONCAT_WS overflow and null _crc_col
2016-06-17 06:41:11 +08:00
Carlos Salguero
4534b731ad
Fixed test in t/lib/MySQLProtocolParser.t
2016-06-15 17:16:00 -03:00
Frank Cizmich
bf69518067
Merge pull request #100 from percona/pt-query-digest-32bit-variable-limit-too-low-lp1547225
...
pt-query-digest changed default attribute-value-limit to disabled
2016-06-15 14:19:44 -03:00
Frank Cizmich
7ae41b66f8
Merge pull request #98 from percona/bug-1402776-lib-fix
...
Fixed error introduced in MySQLProtocolParser
2016-06-15 13:15:50 -03:00
frank-cizmich
500c3ed199
pt-query-digest changed default attribute-value-limit to disabled
2016-06-14 14:31:37 -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
Frank Cizmich
311345d41b
Merge pull request #97 from percona/bug-1585412-lib-fix
...
Bug-1585412 Updated dependencies
2016-06-13 16:13:38 -03:00
Carlos Salguero
70dc26a7b7
bug-1402776 Updated all modules using MySQLProtocolParser
2016-06-13 16:03:35 -03:00
Carlos Salguero
1ccfce176d
bug-1402776 Updated MySQLProtocolParser.pm
2016-06-13 16:00:07 -03:00
Carlos Salguero
2f25c6255e
bug-1585412 All libs updated to the latest GeneralLogParser
2016-06-13 15:15:32 -03:00
Carlos Salguero
bf14192c4d
Fix included into GeneralLogParser lib
2016-06-13 14:47:32 -03:00
Frank Cizmich
a09003fabd
Merge pull request #93 from percona/bug-1585412
...
BUG-1585412 Fixed Date parsing regex for MySQL 5.7
2016-06-13 14:19:17 -03:00
Carlos Salguero
78aa8c436e
bug-1402776 Added test
2016-06-09 15:05:26 -03:00
Frank Cizmich
686057f890
Merge pull request #94 from percona/sort-pt-stalk-transactions-lp1537416
...
pt-stalk sort transactions - lp1537416
2016-06-09 15:00:37 -03:00
frank-cizmich
c3f4705b67
pt-stalk sort transactions - lp1537416
2016-06-09 14:31:19 -03:00
Carlos Salguero
3b72a02761
bug-1402776 WIP. Still need to write a test
2016-06-08 22:43:42 -03:00
Carlos Salguero
3313913fa7
BUG-1585412 Fixed Date parsing regex for MySQL 5.7
...
MySQL 5.7 general log dates are in RFC3339 format:
2006-01-02T15:04:05Z07:00
The previous version of the log parser was not able to parse
this format.
2016-06-08 17:11:36 -03:00
Manjot Singh
5642cc4fd0
Bug fixes for pt-osc --preserve-triggers after sysbench tests
2016-05-27 21:00:14 -07:00
Manjot Singh
b4568ee255
Fixed small issue with old trigger run when no old triggers
...
line 9554
2016-05-27 08:55:37 -07:00
Manjot Singh
20641dab2b
Working version with --preserve-triggers
2016-05-26 23:36:17 -07:00
Manjot Singh
5cb5f03417
pt-osc mostly working now.
...
Need to change original trigger logic to add to the new table before replacement.
2016-05-26 17:06:12 -07:00
Manjot Singh
99b8e76143
Completed logic for pt-osc preserve triggers
...
Issue with some sql, currently working on.
2016-05-26 15:57:52 -07:00
Manjot Singh
19306adcd5
Have pt-osc changes working for creating delete trigger
2016-05-25 20:45:13 -07:00
Manjot Singh
67018f88f9
fixed broken debug pt-osc
2016-05-25 08:51:03 -07:00
Manjot Singh
e845898189
Begin adding --preserve-triggers to pt-osc
2016-05-25 08:45:56 -07: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
fa2c208754
Merge pull request #89 from percona/pt-tcs-where-option-using-non-optimal-index-lp1576036
...
Pt-tcs --where option using non optimal index lp1576036
2016-05-12 15:29:56 -03:00
frank-cizmich
fe82476d9c
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
...
Conflicts:
bin/pt-table-checksum
lib/NibbleIterator.pm
2016-05-11 18:15:47 -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
4a9bd778fb
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:10:16 -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
fcb3191aec
Merge pull request #88 from percona/pt-slave-restart-verbose-documentation-unclear-PT36
...
calrified pt-slave-restart --verbose doc
2016-04-26 21:12:31 -03:00