Commit Graph

4009 Commits

Author SHA1 Message Date
Carlos Salguero
aefc68c6bd Merge pull request #219 from percona/PT-126-a
PT-126 Recognize comments having quotes
2017-05-16 13:54:27 -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
820448fca3 PT-139 wait_for_master returns error if no channel was specified in a multi master env 2017-05-12 15:44:57 -03:00
Carlos Salguero
5744fdf583 PT-139 Added replication channels suport to pt-table-sync 2017-05-12 11:55:52 -03:00
Carlos Salguero
7dcef2671c PT-139 Added --channels option to MasterSlave 2017-05-11 18:06:49 -03:00
Carlos Salguero
d1404d129f WIP 2017-05-10 11:50:25 -03:00
Carlos Salguero
e4d80c31ec Merge pull request #212 from percona/PT-133
PT-133 Fixed sandbox won't start if autocommit=0 in my.cnf
2017-05-05 14:39:07 -03:00
Carlos Salguero
095815793e PT-133 Fixed sandbox won't start if autocommit=0 in my.cnf 2017-05-05 14:36:50 -03:00
Carlos Salguero
8eaacd86a6 Updated changelog 2017-05-05 13:34:16 -03:00
Carlos Salguero
30396565fb Merge pull request #211 from percona/PT-132
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:59:11 -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
c0f0cb3fd7 Merge pull request #210 from percona/fix-5.7-tests
Fixed all tests for MySQL 5.7
2017-05-03 15:51:49 -03:00
Carlos Salguero
f6d2e89027 Fixed all tests for MySQL 5.7
Most of the failing tests were failing due to changes in MySQL 5.7
default sql_mode and because of invalid timestamps ('0000-00-00')
2017-05-03 15:48:11 -03:00
Carlos Salguero
e6e54839bf More tests for 5.7 fixed 2017-04-28 17:15:53 -03:00
Carlos Salguero
fcd1cb173f More 5.7 tests fixed 2017-04-27 16:44:46 -03:00
Carlos Salguero
a6c55737f5 Updated tests & 5.7 sandbox files 2017-04-27 12:06:43 -03:00
Kamil Dziedzic
bc207891eb Merge pull request #209 from percona/mongo_encapsulate_stats
PMM-720: encapsulate stats, separate them from profiler
2017-04-27 15:23:22 +02:00
Kamil Dziedzic
52427dedca add errors; add mutex; fix some old tests 2017-04-27 13:11:57 +02:00
Kamil Dziedzic
8a5d4c1635 PMM-720: encapsulate stats, separate them from profiler 2017-04-26 00:30:37 +02:00
Carlos Salguero
92ac5987e1 Fixed some tests for MySQL 5.7 2017-04-25 16:50:54 -03:00
Carlos Salguero
2e3b36d218 Updated changelog with new tickets since 3.0.2 2017-04-25 11:27:19 -03:00
Carlos Salguero
6cb10f6fd0 Merge pull request #208 from percona/fix-5.7-sandbox
Fix MySQL 5.7 sandbox
2017-04-25 10:36:14 -03:00
Carlos Salguero
3e9f8e7ee6 Fix MySQL 5.7 sandbox 2017-04-25 10:35:07 -03:00
Carlos Salguero
c1100bc5b9 Merge pull request #207 from percona/PT-130
PT-130 Fixed pt-mext not working with not empty Rsa_public_key
2017-04-21 15:30:36 -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
c80955d5c0 Merge pull request #206 from percona/PT-116
PT-116 pt-online-schema change eats data on adding a unique index
2017-04-20 15:34:47 -03:00
Carlos Salguero
9919663669 PT-116 Updated Changelog 2017-04-20 15:33:06 -03:00
Carlos Salguero
4224fc7abf PT-116 Added --[no]use-insert-ignore 2017-04-20 15:31:33 -03:00
Carlos Salguero
40d2fe969a Merge pull request #205 from percona/PT-126
PT-126 Recognize comments in ALTER
2017-04-13 22:10:36 +02: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
a7ffe2e032 Fixed tests for pt-stalk 2017-04-13 11:41:08 -03:00
Carlos Salguero
cb44ba412f Merge pull request #204 from percona/PT-87
PT-87 Add --skip-check-slave-lag to pt-table-checksum
2017-04-12 22:09:48 +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
guriandoro
437d28837b Changes for LP1510809. ps -eaF is captured now.
Modified f argument, for F. From man pages:

" -F     Extra full format.  See the -f option, which -F implies."

The following columns have been added to the output, due to this
change:

SZ   size in physical pages of the core image of the process.
     This includes text, data, and stack space.  Device mappings
     are currently excluded; this is subject to change.

RSS  resident set size, the non-swapped physical memory that a
     task has used (inkiloBytes).

PSR  processor that process is currently assigned to.
2017-04-11 19:15:14 -04:00
Carlos Salguero
9089290f80 Merge pull request #201 from percona/PT-86
PT-86 Added --skip-check-slave-lag to pt-osc
2017-04-11 18:24:15 +02:00
Carlos Salguero
53dcfb5fc0 Merge pull request #202 from percona/new-go
New profiler library
2017-04-11 18:06:59 +02:00
Carlos Salguero
0263a34af8 Updated dependencies 2017-04-11 11:17:41 -03:00
Carlos Salguero
46efdb3bc8 Updated dependencies and ran go vet 2017-04-11 10:19:08 -03:00
Carlos Salguero
06e9647cc8 Added more tests 2017-04-11 09:49:46 -03:00
Carlos Salguero
e882a43e92 Fixed isProfilerEnabled func 2017-04-11 00:38:07 -03:00