Carlos Salguero
56f97843f1
PT-1455 Added test case
2018-02-06 14:14:29 -03:00
Carlos Salguero
71e15315f0
PT-572 More tests fixed
2018-02-06 09:00:12 -03:00
Carlos Salguero
51dcca5959
PT-572 Fixes for MySQL 8
...
- Updated sandbox data file
- Fixes for pt-upgrade since there is no query_cache in MySQL 8
- Updates for SchemaIterator since there are new/renamed tables in MySQL 8
- Disabled some tests due to errors in MySQL 8.0.4-rc
2018-02-01 11:30:12 -03:00
Carlos Salguero
d38a584271
Fixes for DSN parser to use UTF8
2018-01-28 14:46:51 -03:00
Carlos Salguero
f3132d3cee
WIP
2018-01-25 00:01:56 -03:00
Carlos Salguero
56f5202dbf
WIP MySQL 8 support
2018-01-18 12:47:38 -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
Carlos Salguero
bb3334de08
Updated tests for MySQL 5.7
2017-12-16 20:54:03 -03:00
Carlos Salguero
99a17cd041
PT-207 Fixed tests
2017-12-16 11:28:03 -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
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
fe51f68587
PT-229 WIP
2017-12-07 16:28:48 -03:00
Carlos Salguero
6742025dd0
PT-209 Check adding FKs to a RocksDB table
2017-11-13 16:07:12 -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
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
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
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
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
Carlos Salguero
659092bc95
Moved -ppreserve-triggers tests to its own file
2017-07-15 17:54:22 -03:00
Carlos Salguero
80fa0283b2
PT-91 Fixes with locks and --no-swap-table
...
* Merged code that implements TABLE LOCKs during tiggers creation
PR #241 https://github.com/percona/percona-toolkit/pull/241/
* Code refactored for --preserve triggers with --no-swap-tables and
drop-new-table
* Added new test for --preserve triggers with --no-swap-tables and
drop-new-table
2017-07-13 15:59:57 -03:00
Carlos Salguero
73396a509b
PT-91 More tests added
2017-07-06 01:59:31 -03:00
Carlos Salguero
7772630bf5
PT-91 WIP
2017-07-05 11:19:04 -03:00
Carlos Salguero
2ccf81ef8a
PT-91 Added some tests for --preserve-triggers
2017-07-04 19:48:21 -03:00
Carlos Salguero
6f12882b91
PT-91 Added --preserve-triggers feature for MySQL 5.7+
2017-07-04 14:23:32 -03:00
Carlos Salguero
ee37f8b88a
PT-153 Fixed regex, updated tests, merged Kenny's fixes
2017-06-28 11:29:50 -03:00
Carlos Salguero
3d0deabbdf
PT-153 Added --[no]fail-on-unique-key-change param
2017-06-27 13:53:08 -03:00
Carlos Salguero
ae0dc0bba3
Revert "Merge pull request #206 from percona/PT-116"
...
This reverts commit c80955d5c0
, reversing
changes made to 40d2fe969a
.
2017-06-19 19:16:01 -03:00
Carlos Salguero
a86acce966
Merge branch '3.0' into PT-144
2017-05-24 11:37:46 -03:00
Carlos Salguero
e8d8b39fc3
Merge branch '3.0' into PT-142
2017-05-23 15:19:33 -03:00
Carlos Salguero
38702783a4
PT-144 Fixed Constraint name is too long
2017-05-23 12:33:55 -03:00
Carlos Salguero
109af35a49
PT-126 Recognize comments having quotes
2017-05-16 13:53:49 -03:00
Carlos Salguero
81f4ff4752
PT-142 pt-online-schema-change find_child_tables slow
2017-05-15 22:01:22 -03:00
Carlos Salguero
e32488d592
PT-132 pt-online-schema-change should imply --no-drop-new-table when --no-swap-tables and --no-drop-triggers used
2017-05-05 12:55:23 -03:00
Carlos Salguero
4224fc7abf
PT-116 Added --[no]use-insert-ignore
2017-04-20 15:31:33 -03:00
Carlos Salguero
34d0ca7184
PT-126 Recognize comments in ALTER
2017-04-13 17:10:01 -03:00
Carlos Salguero
d4ceab4afd
Merge branch '3.0' into PT-87
2017-04-12 17:09:27 -03:00
Carlos Salguero
3568cad229
PT-87 Added --skip-check-slave-lag to pt-table-checksum
2017-04-12 17:07:06 -03:00
Carlos Salguero
2fe4afc9cf
added --skip-check-slave-lag
2017-04-12 12:34:39 -03:00
Carlos Salguero
e234a6e99d
PT-86 Added --skip-check-slave-lag to pt-osc
2017-03-30 14:23:09 -03:00
Carlos Salguero
f8bbf3b1b0
PT-94 Fixed updates to PK while osc is running
2017-03-14 17:16:30 -03:00
Tomislav Plavcic
53133d5d6a
Fix PT-OSC alter_active_table test
2017-02-24 13:32:13 +01:00
Carlos Salguero
046a5e9ee5
Merge pull request #137 from marqeta/pt-osc-bug-1632522
...
pt-osc: Fails with duplicate key in table for self-referencing FK
2017-01-16 14:55:49 +02:00
Carlos Salguero
4070efb7cb
Fixed test that was breaking the sandbox
2017-01-14 00:59:29 -03:00
Carlos Salguero
15cdd12b37
Cosmetic changes and tests
2016-11-01 14:20:38 -03:00
amontecillo
5ea2f6b27f
Added tests for bug 1632522
...
Adjusted renamt_fk_constraints.t for new renaming logic
2016-10-14 17:12:07 -07: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
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