Commit Graph

3815 Commits

Author SHA1 Message Date
Carlos Salguero
387a4ff393 Merge pull request #242 from grypyrg/PT-91-MySQL-5.7_dc
bug that was introduced in commit 659092bc95
2017-07-17 14:04:44 -03:00
Kenny Gryp
9cac1454a9 bug that was introduced in commit 659092bc95 2017-07-17 18:09:48 +02: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
58b92e0e8d Merge pull request #241 from grypyrg/PT-91-MySQL-5.7_dc
Fix several issues in pt-osc --preserve-triggers
2017-07-12 19:02:24 -03:00
Kenny Gryp
8c53cd2757 - typo use_ramdom_suffix
- removed drop_old_triggers reliance to drop or not drop original trigger
- fixed bug where --no-swap-tables removed the triggers
- duplicated the trigger when --no-swap-tables and --no-drop-new-table is specified
- fixed atomicity of the drop/create trigger by locking both tables first.
- updated readme
2017-07-12 23:21:39 +02: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
73055c50fe Updated changelog including PT-90 2017-07-02 23:34:53 -03:00
Carlos Salguero
0bee6e50bc Merge pull request #190 from guriandoro/pt-stalk-collect-prepared-statements-LP1642750
pt stalk collect prepared statements lp1642750 (PT-90)
2017-07-02 23:32:22 -03:00
Carlos Salguero
2e67476033 Merge pull request #232 from percona/PT-153
PT-153 pt-online-schema-change data loss when adding unique keys
2017-06-28 15:03:45 -03:00
Carlos Salguero
be9931bc08 PT-153 Fixed regex to detect add unique keys 2017-06-28 14:30:04 -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
7a128c2bcc Merge pull request #233 from grypyrg/PT-153-recommendations
PT-153: pt-online-schema-change data loss when adding unique keys - review of new feature
2017-06-28 10:36:01 -03:00
Kenny Gryp
b356634279 fix UNIQUE key detection to include all documented ways in ALTER TABLE 2017-06-27 15:00:05 -07:00
Kenny Gryp
719370d679 pt-osc:
- renamed 'fail-on-unique-key-change' to 'check-unique-key-change' as is compatible with the other options (check-replication-filters, check-alter
- changed documentation to say that it will FORCE to abort when it detects unique index change (was avoid)
- updated explanation a bit
- formatting for perldoc & sphinx
- pt-osc does not exist, only pt-online-schema-change, don't confuse people, it's only used internally :)
2017-06-27 14:56:25 -07:00
Carlos Salguero
3d0deabbdf PT-153 Added --[no]fail-on-unique-key-change param 2017-06-27 13:53:08 -03:00
Carlos Salguero
a01f4650de PT-153 Added detection of new UNIQUE indexes in --alter 2017-06-21 12:56:38 -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
9b5358ea15 Merge pull request #231 from percona/PT-162
PT-162 Updated tests for PR #191
2017-06-19 11:51:08 -03:00
Carlos Salguero
e46b411054 PT-162 Updated tests for PR #191 2017-06-19 11:49:58 -03:00
Carlos Salguero
a826bf97b8 Merge pull request #191 from guriandoro/pt-table-checksum-fix-ignored-dbs-LP1642994
pt table checksum fix ignored dbs lp1642994
2017-06-19 11:47:27 -03:00
Carlos Salguero
e457ea18ec Updated changelog. Added PT-161 2017-06-19 10:53:09 -03:00
Carlos Salguero
cfc3f4c565 Merge pull request #230 from cswingler/check_undefined_skip_check_slave_lag
Safely check for undefined values in --skip-check-slave-lag
2017-06-19 10:27:00 -03:00
guriandoro
6bca01e8fb PT-90 Ran util/update-modules after merge from 3.0
And proceeded to test with `prove -v t/pt-stalk/`.
All tests OK.
2017-06-10 11:58:23 -04:00
guriandoro
b775701551 Merge branch '3.0' into pt-stalk-collect-prepared-statements-LP1642750
Conflicts:
	bin/pt-stalk
	lib/bash/collect.sh
2017-06-10 11:45:33 -04:00
Chris Swingler
6558c571d5 Safely check for undefined values in --skip-check-slave-lag 2017-06-09 16:01:50 -05:00
Carlos Salguero
5ef56763a7 Merge pull request #229 from percona/PT-148
PT-148 Fixed Use of uninitialized value in printf
2017-05-29 17:12:18 -03:00
Carlos Salguero
ad9767be5c PT-148 Fixed Use of uninitialized value in printf 2017-05-29 17:11:02 -03:00
Carlos Salguero
002f47a4e5 Merge pull request #228 from percona/PT-136
PT-136 pt-table-checksum shows diffs when table has columns with different collation/charset
2017-05-26 12:56:52 -03:00
Carlos Salguero
37860ae28f Updated changelog 2017-05-26 11:54:44 -03:00
Carlos Salguero
bd6e381494 PT-136 pt-table-checksum shows diffs when table has columns with different collation/charset 2017-05-25 17:59:25 -03:00
Carlos Salguero
c6b5c14776 Merge pull request #178 from timvaillancourt/3.0-replsetconfig
Adding replSetGetConfig structs
2017-05-24 15:43:23 -03:00
Carlos Salguero
0806eed693 Merge pull request #182 from timvaillancourt/3.0-oplog-struct-fix
Oplog struct update
2017-05-24 15:42:34 -03:00
Carlos Salguero
2adac69ad3 Merge pull request #193 from jacobbednarz/3.0
Turn off statement based binlog checks
2017-05-24 14:21:54 -03:00
Tomislav Plavcic
7230b8317b Merge pull request #227 from tplavcic/3.0
Added initial test sandbox support for mariadb 10.2
2017-05-24 17:40:36 +02:00
Tomislav Plavcic
09a53d7ce0 Added initial test sandbox support for mariadb 10.2 2017-05-24 17:38:07 +02:00
Carlos Salguero
f55849fb77 Merge pull request #218 from percona/pt-summary_shell_fixes
Fix some syntax errors in `pt-summary`
2017-05-24 12:01:35 -03:00
Carlos Salguero
1933cc800d Merge pull request #226 from percona/PT-144
PT-144 Fixed Constraint name is too long
2017-05-24 12:00:22 -03:00
Carlos Salguero
3151853819 PT-144 Updated changelog 2017-05-24 11:59:55 -03:00
Carlos Salguero
a86acce966 Merge branch '3.0' into PT-144 2017-05-24 11:37:46 -03:00
Carlos Salguero
5d9d2da827 Merge pull request #225 from twindb/3.0
Rename README to enable markdown syntax highlight
2017-05-24 10:28:56 -03:00
Carlos Salguero
397f714f66 Merge pull request #224 from percona/PT-143
PT-143 Fixed key handling
2017-05-23 17:44:45 -03:00
Carlos Salguero
d37854dcf6 PT-143 Updated Changelog 2017-05-23 17:41:58 -03:00
Carlos Salguero
163a7b095f Merge branch '3.0' into PT-143 2017-05-23 16:59:30 -03:00
Carlos Salguero
54ebba5fdf Merge pull request #217 from percona/PT-142
PT-142 pt-online-schema-change find_child_tables slow
2017-05-23 16:43:30 -03:00
Carlos Salguero
3a62d1bdb4 PT-142 Fixed tests for MySQL 5.6 2017-05-23 16:38:06 -03:00
Carlos Salguero
e8d8b39fc3 Merge branch '3.0' into PT-142 2017-05-23 15:19:33 -03:00