Commit Graph

3721 Commits

Author SHA1 Message Date
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
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
Carlos Salguero
ced858214d More profiler tests 2017-04-10 16:51:52 -03:00
Carlos Salguero
64a5c6d8b6 New profiler and tests 2017-04-09 23:21:27 -03:00
Carlos Salguero
25efaef471 WIP 2017-04-04 15:13:31 -03:00
Carlos Salguero
1a8e3a0b76 Added start/stop methods to profiler 2017-04-02 20:19:55 -03:00
Carlos Salguero
248c74e6b7 WIP 2017-04-01 23:06:23 -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
e4f1625d30 Merge branch '3.0' into PT-63 2017-03-30 11:08:12 -03:00
Carlos Salguero
4ff8e664ae Merge pull request #200 from percona/PT-115
PT-115 Made OptionParser to accept repeatable DSNs
2017-03-30 15:42:38 +02:00
Tomislav Plavcic
c9a48a4f00 Merge pull request #199 from tplavcic/3.0
Fix in MariaDB sandbox for pt-config-diff/basics.t tests
2017-03-30 15:25:42 +02:00
Carlos Salguero
dd6f9046ef PT-115 Updated OptionParser in all scripts 2017-03-30 10:23:46 -03:00
Tomislav Plavcic
c8d943d7c3 Fix in MariaDB sandbox for pt-config-diff/basics.t tests 2017-03-30 15:23:39 +02:00
Carlos Salguero
1d4507537b PT-115 Make DSNs params able to be repeatable 2017-03-30 10:10:54 -03:00
Tomislav Plavcic
fb58e86db0 Merge pull request #198 from tplavcic/3.0
Fix for 5.7 sandbox
2017-03-30 11:37:46 +02:00
Tomislav Plavcic
bd9ac4e614 Fix for 5.7 sandbox 2017-03-30 11:36:10 +02: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
Carlos Salguero
cd23d7b163 PT-63 WIP 2017-03-29 14:56:04 -03:00
Carlos Salguero
2ebd886289 Merge branch '3.0' into PT-63 2017-03-29 14:46:55 -03:00
Carlos Salguero
0f5ce4cc0b Merge pull request #197 from percona/PT-115
PT-115 Made OptionParser to accept repeatable DSN parameters
2017-03-29 19:46:10 +02:00
Carlos Salguero
e22e8f4b1d PT-115 Made OptionParser to accept repeatable DSN parameters 2017-03-29 14:45:23 -03:00
Carlos Salguero
6747851dac PT-63 WIP 2017-03-29 14:37:08 -03:00
Carlos Salguero
515833f3d2 Merge pull request #196 from percona/issue-1642754
Issue 1642754 Collect replication slave information
2017-03-28 19:09:08 +02:00