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
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
6f12882b91
PT-91 Added --preserve-triggers feature for MySQL 5.7+
2017-07-04 14:23:32 -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
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
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
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
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
ad9767be5c
PT-148 Fixed Use of uninitialized value in printf
2017-05-29 17:11:02 -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
2adac69ad3
Merge pull request #193 from jacobbednarz/3.0
...
Turn off statement based binlog checks
2017-05-24 14:21:54 -03: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
a86acce966
Merge branch '3.0' into PT-144
2017-05-24 11:37:46 -03:00
Carlos Salguero
163a7b095f
Merge branch '3.0' into PT-143
2017-05-23 16:59:30 -03:00
Carlos Salguero
e8d8b39fc3
Merge branch '3.0' into PT-142
2017-05-23 15:19:33 -03:00
Carlos Salguero
2b0064db03
PT-141 Updated changelog & test fix
2017-05-23 15:05:21 -03:00
Carlos Salguero
8f309c64cf
Merge branch '3.0' into PT-141
2017-05-23 14:21:03 -03:00
Carlos Salguero
38702783a4
PT-144 Fixed Constraint name is too long
2017-05-23 12:33:55 -03:00
Carlos Salguero
a4ecd9678f
PT-143 Fixed key handling
...
When tehre is a table having a key like:
PRIMARY KEY (`id`,`start`,`end`,`user_id`(13),`interval`),
DBI driver is taking (13) as part of the field name.
Fixed the way pt-archiver composes the key using DBI cols field
instead of the colnames field since the cols field has the correct
field names for the key.
2017-05-18 12:03:02 -03:00
Carlos Salguero
43b50f8a8c
PT-126 Fix remove comments regex
2017-05-17 09:38:19 -03:00
Carlos Salguero
109af35a49
PT-126 Recognize comments having quotes
2017-05-16 13:53:49 -03:00
Carlos Salguero
04961a8f07
Updated Percona::Toolkit version to 3.0.3
2017-05-16 09:14:50 -03:00
Kamil Dziedzic
24a7e8f67a
fix some syntax errors; tested on osx
...
before:
$ pt-summary
...
/usr/local/Cellar/percona-toolkit/3.0.2/libexec/bin/pt-summary: line 2263: [: missing `]'
/usr/local/Cellar/percona-toolkit/3.0.2/libexec/bin/pt-summary: line 2268: STATUS_THP_SYSTEM: unbound variable
$ echo $?
1
after:
works:)
2017-05-16 13:23:57 +02:00
Carlos Salguero
81f4ff4752
PT-142 pt-online-schema-change find_child_tables slow
2017-05-15 22:01:22 -03:00
Carlos Salguero
e305c40f52
PT-141 added --output-format to pt-archiver
2017-05-15 13:51:58 -03:00
Carlos Salguero
7d9dd84874
PT-141 WIP
2017-05-14 20:03:00 -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
4c7ad1b3d0
WIP
2017-05-04 00:11:53 -03:00
Carlos Salguero
a6c55737f5
Updated tests & 5.7 sandbox files
2017-04-27 12:06:43 -03:00
Carlos Salguero
4ff7e58898
PT-130 Fixed pt-mext not working with not empty Rsa_public_key
2017-04-21 15:29:25 -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
3d163ca41b
Merge pull request #203 from guriandoro/pt-stalk-ps-include-mem-usage-outputs-LP1510809
...
pt-stalk ps include memory usage outputs
2017-04-13 16:52:43 +02: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
guriandoro
ff069b4d8c
Changes after running the util/update-modules command.
...
cd ${PERCONA_TOOLKIT_BRANCH}
util/update-modules bin/pt-stalk collect
2017-04-11 19:24:09 -04:00
Carlos Salguero
e234a6e99d
PT-86 Added --skip-check-slave-lag to pt-osc
2017-03-30 14:23:09 -03:00
Carlos Salguero
e4f1625d30
Merge branch '3.0' into PT-63
2017-03-30 11:08:12 -03:00
Carlos Salguero
dd6f9046ef
PT-115 Updated OptionParser in all scripts
2017-03-30 10:23:46 -03:00
Carlos Salguero
c554e98926
Revert "Merge pull request #197 from percona/PT-115"
...
This reverts commit 0f5ce4cc0b
, reversing
changes made to 515833f3d2
.
2017-03-29 15:10:25 -03:00