MATSUU Takuto
3928b1e47f
fix a formula
2017-09-13 18:01:47 +09:00
Carlos Salguero
66decef3fd
Merge pull request #261 from percona/PT-167
...
PT-167 pt-kill kills prepared statements without checking busy-time
2017-09-06 16:48:06 -03:00
Carlos Salguero
fec1a1f758
PT-167 pt-kill kills prepared statements w/o checking busy-time
2017-09-06 16:46:47 -03:00
Carlos Salguero
738f9809f8
PT-167 Still need to add tests
...
Description here
2017-09-04 12:03:36 -03:00
Carlos Salguero
b8067ad5b3
Merge pull request #259 from percona/travis_go
...
Add .travis.yml
2017-09-01 09:43:58 -03:00
Kamil Dziedzic
691c034600
s/ServerStatus/Ping/
2017-09-01 12:00:44 +02:00
Kamil Dziedzic
74b34dc74d
strip vendor dir
2017-09-01 11:58:35 +02:00
Kamil Dziedzic
f84372a573
add go 1.9
2017-09-01 11:56:29 +02:00
Kamil Dziedzic
edd1b97ea3
keep queries in order to make it more predictible
2017-09-01 11:52:00 +02:00
Kamil Dziedzic
b2818cc800
change test to be more predictable
2017-09-01 10:39:21 +02:00
Kamil Dziedzic
b5bbedab58
add travis for go part
2017-08-31 22:25:26 +02:00
Carlos Salguero
218bd2874b
Merge pull request #257 from percona/PT-196
...
PT-196 pt-onine-schema-change is pausing because {some_status_variabl…
2017-08-30 14:57:54 -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
d8723716c7
Merge pull request #256 from percona/PT-152
...
PT-152 Added SHOW SLAVE HOST to pt-mysql-summary
2017-08-29 16:00:20 -03:00
Carlos Salguero
511c80389f
PT-152 Added SHOW SLAVE HOST to pt-mysql-summary
2017-08-29 15:45:13 -03:00
Carlos Salguero
9e8725a4b7
Merge pull request #253 from percona/PT-193
...
PT-193 pt-table-checksum reports misleading error if comment has apostroph
2017-08-15 12:09:26 -03:00
Carlos Salguero
54dfcf36de
PT-193 New test and updated libraries
...
Added a specific test for this issue and updated all binaries to the
latest TableParser version
2017-08-15 12:06:24 -03:00
Carlos Salguero
c375fd068b
PT-193 Fixed regex in TableParser
...
TableParser's parse function was failing while trying to lowercase
column names in the provided 'SHOW CREATE TABLE'.
The problem was it was trying to lowercase everything between backticks
but lines like these:
`field_name` int comment "here is a ` in the comment"
`second_field_name` int
made the original regex to fail, matching `in the coment"` as an
expression to be lowercased while second_file_name was considered as
outside backticks.
2017-08-14 21:01:30 -03:00
Carlos Salguero
a54525cb54
Merge pull request #252 from percona/PT-186
...
PT-186 pt-online-schema-change doesn't recognize fields in alter if the are using Upercase chars
2017-08-04 19:29:57 -03:00
Carlos Salguero
7359ccdd3b
PT-186 New fix to make all other tests to pass
2017-08-04 19:21:53 -03:00
Carlos Salguero
331a88c9ea
PT-186 Updated changelog
2017-08-04 18:30:03 -03:00
Carlos Salguero
8d04934a3a
Merge branch '3.0' into PT-186
2017-08-04 18:28:35 -03:00
Carlos Salguero
1a83b29d49
Merge branch 'release-3.0.4' into 3.0
2017-08-04 18:27:50 -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
0e9cb582b3
Merge pull request #251 from percona/PT-183
...
PT-183 pt-mongodb-query-digest fails to connect
2017-08-02 15:26:00 -03:00
Carlos Salguero
05769ba234
PT-183 pt-mongodb-query-digest fails to connect
...
Fixed connection params to connect to a db using authentication
2017-08-02 15:23:35 -03:00
Alexey
f48297af94
Remove Ubuntu 12.04 from list of supported distros
2017-08-02 16:39:20 +03:00
Mykola Marzhan
2e44c3a868
RM-269 rename README to README.md
3.0.4
2017-08-01 15:07:42 +03:00
Mykola Marzhan
70265ad22f
RM-269 bump version
2017-08-01 14:48:09 +03:00
Mykola Marzhan
d871d60c12
Merge pull request #249 from percona/v3.0.4-release-notes
...
RM-269 add v3.0.4 release notes
2017-08-01 12:00:27 +03:00
Mykola Marzhan
21a50907ba
RM-269 add v3.0.4 release notes
2017-08-01 11:53:05 +03:00
Carlos Salguero
1617b02e4f
Merge pull request #248 from percona/ext-links
...
Add the 'sphinx.ext.extlinks' extension
2017-07-31 20:43:00 -03:00
Alexey
5aa73ccbbd
Add the 'sphinx.ext.extlinks' extension
2017-07-31 23:42:52 +03:00
Carlos Salguero
b46e8bc7c1
Updated build config to convert issues to links
3.0.5-test
2017-07-31 16:14:02 -03:00
Carlos Salguero
481acbaaa0
Updates for 3.0.4 release
...
- Updated lib/Percona/Toolkit.pm version to 3.0.4
- Updated all scripts version to 3.0.4
- Updated the build script removing seds to add links to Jira/Launchpad
in favor of a solution in config/sphinx-build/conf.py
2017-07-31 16:07:19 -03:00
Carlos Salguero
1d1327f567
Merge pull request #247 from percona/ext-links
...
Bumped version and added external links
2017-07-31 15:55:58 -03:00
Carlos Salguero
8dacd0669d
Removed sed's to add links to tickets
2017-07-31 15:53:14 -03:00
Carlos Salguero
7c70ae1de2
Updated build script to manage :jirabug:
2017-07-31 15:49:08 -03:00
Carlos Salguero
85ecf7d30c
Updated Percona::Toolkit version
2017-07-31 15:29:08 -03:00
azhebel
e25fc059c0
Bumped version and added external links
2017-07-31 18:10:57 +03:00
Carlos Salguero
405d90aec5
Merge pull request #246 from percona/PT-181
...
PT-181 bin/pt-online-schema-change not in sync with modules
2017-07-27 11:34:44 -03:00
Carlos Salguero
4f75811b4f
PT-181 Updated changelog
2017-07-27 11:31:07 -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
87e48b4e77
Merge branch '3.0' of percona.github.com:percona/percona-toolkit into 3.0
2017-07-26 16:41:43 -03:00
Carlos Salguero
3b9462b3b2
Updated changelog for v 3.0.4
2017-07-26 16:40:56 -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
8fa29edc45
Merge pull request #243 from percona/PT-173
...
PT-173 Added --truncate-replicate-table
2017-07-26 15:59:09 -03:00
Carlos Salguero
023baeccad
Merge pull request #244 from percona/PT-178
...
PT-178 Fixed regression in --check-slave-lag option
2017-07-26 13:46:55 -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
98edc12427
Revert "Merge pull request #119 from dveeden/reread_slaves_dsn"
...
This reverts commit 68685117a6
, reversing
changes made to 7a035cb2e7
.
2017-07-25 22:01:05 -03:00