Carlos Salguero
ca1f592652
Added schemas/tables to the default ignore list
2016-11-18 13:17:03 -03:00
Carlos Salguero
97e5cc2bf8
Merge pull request #59 from percona/pt-show-grants-sort-column-privileges-lp1523730
...
pt-show-grants - order output of column privileges - lp1523730
2016-11-16 17:45:08 -03:00
Carlos Salguero
c91350f2eb
Added pause to NibbleIterator
2016-11-01 19:05:49 -03:00
Carlos Salguero
15cdd12b37
Cosmetic changes and tests
2016-11-01 14:20:38 -03:00
Carlos Salguero
74eb8b72c0
Added test. Updated all modules
2016-10-27 13:39:51 -03:00
Carlos Salguero
154a3ffa96
bug-1604834 Removed unused test
2016-10-03 19:26:48 -03:00
Carlos Salguero
c5e3d44faf
bug-1604834 Added tests for --preserve-embedded-numbers
2016-10-03 19:22:46 -03:00
Carlos Salguero
4ccc350b7a
Merge branch '2.2' into bug-1604834
2016-10-03 14:39:34 -03:00
Carlos Salguero
ea7bd7f06a
Merge pull request #135 from percona/pt-osc-fk-single-underscore-lp1498128
...
pt-osc doesn't apply underscores to foreign keys individually
2016-09-20 11:41:23 -03:00
Carlos Salguero
2b5e82c27c
Added --preserve-embedded-numbers. Still nedd to add tests
2016-08-23 12:59:54 -03:00
Carlos Salguero
d24b5845ee
Added test for bug-1613915 pt-online-schema-change
2016-08-21 22:10:09 -03:00
Carlos Salguero
3288185643
Revert "Merge pull request #107 from percona/bug-984057"
...
This reverts commit 417b24299c
, reversing
changes made to 0b62ba26af
.
2016-08-04 17:36:40 -03:00
Carlos Salguero
65c75cf7bd
Fixed test for gtid.t
2016-08-02 11:59:39 -03:00
Carlos Salguero
9eb95cb4da
Tests added for SlowLogParser
...
SlowLogParser now is able to handle MySQL dates in RFC3339 format.
A new test for this case was added and all scripts using SlowLogParser
in bin/ have been updated.
2016-07-20 15:53:59 -03:00
Carlos Salguero
e5262d6dfe
Updates test. Removed extra CR
2016-07-12 18:18:40 -03:00
Carlos Salguero
e5cfbab197
Tests for 'quote enum fields'. PR #102
2016-07-12 17:45:07 -03:00
Carlos Salguero
df1e9585ef
Tests for bug 1485195 (utf8 encoding)
2016-07-12 12:25:16 -03:00
Carlos Salguero
350a4fd641
Added tests for BUG-1595678 / pt-table-sync
2016-07-07 15:33:38 -03:00
Carlos Salguero
5c42d84c95
BUG-1517155 Added --create-table-engine param to pt-heartbeat
2016-07-07 12:57:04 -03:00
Carlos Salguero
2c1db036b5
BUG-1595678 Added --slave-user, --slave-password params
2016-07-06 19:04:21 -03:00
Carlos Salguero
6249737400
Merge branch '2.2' into bug-984057
2016-07-05 17:03:26 -03:00
Carlos Salguero
f8c91c2c3b
bug-984057 Tests for --preserve-triggers
2016-07-05 16:27:25 -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
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
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
Carlos Salguero
4534b731ad
Fixed test in t/lib/MySQLProtocolParser.t
2016-06-15 17:16:00 -03:00
frank-cizmich
500c3ed199
pt-query-digest changed default attribute-value-limit to disabled
2016-06-14 14:31:37 -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
78aa8c436e
bug-1402776 Added test
2016-06-09 15:05:26 -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
47cc4225d8
corrected index choosing bug in NibbleHandler
2016-05-11 17:54:46 -03:00
frank-cizmich
71fae6d117
pt-summary added shared memory info - modified tests accordingly
2016-04-18 17:11:52 -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
3f90f9ea82
pt-osc generate random table prefix after 10th try
2016-02-26 21:03:18 -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
219b70b366
add 5.7 compatibility for pt-show-grants
2016-02-18 17:50:11 -03:00
Frank Cizmich
1f77f47251
Merge pull request #77 from percona/duplicate-key-finder-test-bugs
...
fix tests of duplicate key module and tool for consistency
2016-02-14 22:28:33 -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
874e7fab6d
minor tweak to pt-table-checksum progress test
2016-02-13 21:06:18 -03:00
Frank Cizmich
aece67c961
Merge pull request #75 from percona/master-slave-module-test-bugs
...
some error messages changed so changed tests
also tweaked progress test timing for pt-table-checksum
2016-02-13 14:24:18 -03:00
frank-cizmich
dcfed36ebb
some error messages changed so changed tests
2016-02-11 19:57:50 -03:00
frank-cizmich
a9e7a61f04
more format printf and GetOpt::Long fixes
2016-02-09 16:21:38 -03:00
frank-cizmich
6f97a5c7ca
test uses float without integer part
2016-02-08 15:04:02 -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