Carlos Salguero
943cb68ee0
PMM-1455 Tests added
2018-02-08 13:07:13 -03:00
Carlos Salguero
7c1c99d9ca
PT-244 Fixed --data-dir with partitions
...
Made DATA DIRECTORY to be inserted at the correct place, not at the end
of the create table query.
2018-01-16 15:57:06 -03:00
Evgeniy Patlan
42a5e91cb7
Update version
2017-12-20 14:05:12 +00:00
Carlos Salguero
5f05a96855
Updated Percona::Toolkit version to 3.0.6
2017-12-19 13:11:29 -03:00
Carlos Salguero
e1275a6c67
PT-234 Fixed general log parser for timestamps having timezone
2017-12-19 12:50:35 -03:00
Carlos Salguero
709a13eebb
Merge pull request #286 from percona/PT-205
...
PT-205 pt-online-schema-change show message on rocksdb if binlog_form…
2017-12-15 09:57:19 -03:00
Carlos Salguero
dc6b8c22f0
PT-205 pt-online-schema-change show message on rocksdb if binlog_format != row
2017-12-14 18:15:14 -03:00
Carlos Salguero
ba96aa79a8
PT-214 Added RocksDB section to pt-mysql-summary
2017-12-14 13:31:45 -03:00
Carlos Salguero
3d4c62da88
PT-214 WIP
2017-12-13 16:35:59 -03:00
Carlos Salguero
0786db016d
PT-218 Added RocksDB status section to pt-stalk
2017-12-13 13:51:08 -03:00
Carlos Salguero
01c5b9f20b
PT-204 Updated version & changelog
2017-12-11 11:29:31 -03:00
Carlos Salguero
7071f7a205
Merge branch '3.0' into PT-204
2017-12-11 10:35:29 -03:00
Carlos Salguero
3d54dff029
PT-229 Retry insert on WSRESP deadlock on PXC
...
PXC returns WSREP detected deadlock/conflict error if there are updates
on the same rows on different masters at the same time.
We shouldn't abort on that error, we should retry the insert instead.
2017-12-09 12:07:42 -03:00
Carlos Salguero
a8f2329721
Merge branch '3.0' into PT-204
2017-12-06 15:01:47 -03:00
Carlos Salguero
5a53f966c2
PT-204 Added tests
2017-12-06 11:18:25 -03:00
Carlos Salguero
b2325fee38
PT-204 WIP
2017-12-05 11:00:18 -03:00
Carlos Salguero
af69008a10
PT-221 pt-table-sync support for MyRocks
2017-11-30 11:36:43 -03:00
Carlos Salguero
7af26c9e3d
Merge branch '3.0' into PT-209
2017-11-27 13:39:23 -03:00
Carlos Salguero
17ecf7eb0a
PT-225 pt-table-cheksum ignores generated columns
2017-11-23 17:26:16 -03:00
Evgeniy Patlan
37e59dbc2d
Build percona-toolkit-3.0.5
2017-11-17 08:08:54 +00:00
Carlos Salguero
b4ac841421
PT-204 Added RocksDB to the list of ignored engines
2017-11-16 16:11:52 -03:00
Carlos Salguero
98d8844363
PT-204 Added RocksDB to the list of ignored engines
2017-11-16 12:44:37 -03:00
Carlos Salguero
6742025dd0
PT-209 Check adding FKs to a RocksDB table
2017-11-13 16:07:12 -03:00
Carlos Salguero
af65e82ab7
MasterSlave check for errors on get_slave_status calls
2017-11-09 11:40:58 -03:00
Carlos Salguero
e428fa5187
3.0.5 Testing
2017-11-07 17:52:14 -03:00
Carlos Salguero
9440e98393
PT-139 Improved error message for --channel
2017-11-01 09:57:52 -03:00
Carlos Salguero
4d1ab843f1
PT-139 Passing channel param to the masterslave lib
2017-10-31 16:27:13 -03:00
Carlos Salguero
2b4b0375e1
PT-139 Added --channel to pt-table-checksum
2017-10-31 15:41:08 -03:00
Carlos Salguero
498bc54f47
Merge branch '3.0' into PT-139
2017-10-31 15:36:56 -03:00
Carlos Salguero
b5c2b40ca1
PT-211 Fixed pt-mext Rsa_public_key line issue
2017-10-25 11:14:44 -03:00
Carlos Salguero
b51d09d811
PT-202 pt-online-schema-change fails with virtual columns
...
Modified TableParser to ignore GENERATED columns from the columns list
used to construct SELECTs/INSERTs
2017-10-05 15:19:57 -03:00
Carlos Salguero
4c15a39784
PT-200 Index with keyword 'unique'
2017-09-25 15:16:14 -03:00
Carlos Salguero
89e700c3c3
Revert "Turn off statement based binlog checks"
2017-09-21 11:31:36 -03:00
Carlos Salguero
f466ed90c5
Merge pull request #265 from percona/PT-187
...
PT-187 Updated documentation for pt-table-checksum
2017-09-19 15:32:18 -03:00
Carlos Salguero
794999154c
PT-187 Updated documentation for pt-table-checksum
...
Added info & links regarding the use of CRC32 as the checksum algorithm.
2017-09-19 14:58:26 -03:00
Carlos Salguero
fec1a1f758
PT-167 pt-kill kills prepared statements w/o checking busy-time
2017-09-06 16:46:47 -03:00
Carlos Salguero
738f9809f8
PT-167 Still need to add tests
...
Description here
2017-09-04 12:03:36 -03:00
Carlos Salguero
7e59feb8dd
PT-196 pt-onine-schema-change is pausing because {some_status_variable}=0
...
Description here
2017-08-30 14:54:47 -03:00
Carlos Salguero
511c80389f
PT-152 Added SHOW SLAVE HOST to pt-mysql-summary
2017-08-29 15:45:13 -03:00
Carlos Salguero
54dfcf36de
PT-193 New test and updated libraries
...
Added a specific test for this issue and updated all binaries to the
latest TableParser version
2017-08-15 12:06:24 -03:00
Carlos Salguero
7359ccdd3b
PT-186 New fix to make all other tests to pass
2017-08-04 19:21:53 -03:00
Carlos Salguero
8d04934a3a
Merge branch '3.0' into PT-186
2017-08-04 18:28:35 -03:00
Carlos Salguero
d939d2bf30
PT-186 osc doesn't recognize mixed case in field names
...
--alter 'CHANGE COLUMN C1 c1 ...' was failing because osc was not
lowering the case of the field names when trying to detect renamed
columns.
2017-08-04 17:57:14 -03:00
Mykola Marzhan
70265ad22f
RM-269 bump version
2017-08-01 14:48:09 +03:00
Carlos Salguero
481acbaaa0
Updates for 3.0.4 release
...
- Updated lib/Percona/Toolkit.pm version to 3.0.4
- Updated all scripts version to 3.0.4
- Updated the build script removing seds to add links to Jira/Launchpad
in favor of a solution in config/sphinx-build/conf.py
2017-07-31 16:07:19 -03:00
Carlos Salguero
85ecf7d30c
Updated Percona::Toolkit version
2017-07-31 15:29:08 -03:00
Carlos Salguero
b6bec3965a
PT-181 online-schema-change not in sync with modules
...
- Modules updated
- Improved tests
2017-07-27 11:28:46 -03:00
Carlos Salguero
abff09ab77
Merge pull request #235 from percona/PT-91-MySQL-5.7
...
PT-91 Added --preserve-triggers feature for MySQL 5.7+
2017-07-26 16:02:59 -03:00
Carlos Salguero
8fa29edc45
Merge pull request #243 from percona/PT-173
...
PT-173 Added --truncate-replicate-table
2017-07-26 15:59:09 -03:00
Carlos Salguero
7e15cf2179
PT-178 Fixed regression in --check-slave-lag option
...
Reverted PR #119 https://github.com/percona/percona-toolkit/pull/119 and
Added new tests to prevent this happening again.
2017-07-26 13:29:38 -03:00