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
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
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
frank-cizmich
99d64a95f7
calrified pt-slave-restart --verbose doc
2016-04-26 20:29:18 -03:00
Frank Cizmich
a368d37196
Merge pull request #87 from percona/pt-summary-show-shared-memory-value-lp1553340
...
pt-summary added shared memory info - modified tests accordingly
2016-04-18 17:15:52 -03:00
frank-cizmich
71fae6d117
pt-summary added shared memory info - modified tests accordingly
2016-04-18 17:11:52 -03:00
Frank Cizmich
25cac435f8
Merge pull request #86 from percona/perl-tools--version-option-returns-non-0-exit-code-lp1569564
...
--version returns exit status 1
2016-04-18 15:34:17 -03:00
frank-cizmich
f8cdf05988
--version returned exit status 1
2016-04-18 12:29:43 -03:00
Frank Cizmich
faa8651718
Merge pull request #85 from percona/pt-osc-plugin-doc-is-incomplete-lp1521880
...
pt-osc improved plugin docs
2016-03-31 14:58:48 -03:00
frank-cizmich
d11b135050
pt-osc improved plugin docs
2016-03-31 14:55:25 -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
e1056e66fe
Merge pull request #83 from percona/release-2.2.17
...
Release 2.2.17
2016-03-08 08:25:31 -03:00
frank-cizmich
0ddce96e3a
fixed changelog issue number
2016-03-08 08:24:02 -03:00
frank-cizmich
a1f24e7e2f
version module in pt-table-usage that doesnt work on some centos
2.2.17
2016-03-06 12:48:11 -03:00
Tomislav Plavcic
6a07d53f97
Build percona-toolkit-2.2.17
2016-03-04 13:21:43 +01:00
frank-cizmich
a26076bf4c
minor attribute parsing glitch
2016-03-02 23:14:24 -03:00
frank-cizmich
9c130d612f
changed reported version of tools to 2.2.17
2016-03-02 20:47:04 -03:00
frank-cizmich
ba60919cc4
updated tool version var to 2.2.17
2016-03-02 20:41:45 -03:00
Frank Cizmich
ef9f1763f2
Merge pull request #82 from percona/pt-table-sync-doc-rbr-limitations
...
pt-table-sync document rbr limitation
2016-03-02 15:48:02 -03:00
frank-cizmich
d292a7ac0c
pt-table-sync document rbr limitation
2016-03-02 15:46:17 -03:00
Frank Cizmich
aeaf37ed9f
Merge pull request #81 from percona/pt-table-checksum-skip-table-tolerance-lp1389041
...
pt-t-c add --slave-skip-tolerance option
2016-03-02 14:40:42 -03:00
frank-cizmich
8baa9743c2
pt-t-c add --slave-skip-tolerance option
2016-03-02 14:30:35 -03:00
Frank Cizmich
68c4c7dbe4
Merge pull request #80 from percona/pt-osc-random-table-prefix-after-10-tries-lp1526105
...
pt-osc generate random table prefix after 10th try
2016-02-29 18:39:54 -03:00
frank-cizmich
3f90f9ea82
pt-osc generate random table prefix after 10th try
2016-02-26 21:03:18 -03:00
Frank Cizmich
805577fcc3
Merge pull request #78 from percona/pt-show-grants-compat-lp1435370
...
add 5.7 compatibility for pt-show-grants
2016-02-24 17:22:40 -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
de9930ab80
Merge pull request #79 from percona/pt-q-d-attribute-value-limit-doc-clarif-PT28
...
pt-qd clarify attribute-value-limit in docs
2016-02-22 18:46:25 -03:00
frank-cizmich
d09cf78297
pt-qd clarify attribute-value-limit in docs
2016-02-22 18:42:50 -03:00