Commit Graph

4009 Commits

Author SHA1 Message Date
Kamil Dziedzic
31eb04fc88 explain for distinct and findAndModify was introduced in Mongo 3.4 2017-08-31 21:09:11 +02:00
Kamil Dziedzic
9af30c010e For MongoDB < 3.0 explain is not supported 2017-08-31 21:05:00 +02:00
Kamil Dziedzic
8785890189 Let's try with older versions 2017-08-31 20:35:17 +02:00
Kamil Dziedzic
6866380a28 stop profiler before exiting test 2017-08-31 20:33:49 +02:00
Kamil Dziedzic
fcbb140088 older versions of MongoDB return different error for trying to explain insert 2017-08-31 20:25:21 +02:00
Kamil Dziedzic
54bc4aa67c Properly bind port. 2017-08-31 20:00:49 +02:00
Kamil Dziedzic
803ad9860c we need at least one document in test db 2017-08-31 19:55:41 +02:00
Kamil Dziedzic
2b9c557445 drop testify 2017-08-31 19:09:36 +02:00
Kamil Dziedzic
f3f66f928f restore docker-compose.yml 2017-08-31 19:01:45 +02:00
Kamil Dziedzic
0d7ee3c86a trigger build 2017-08-31 18:50:01 +02:00
Kamil Dziedzic
14f27e010e just to trigger build 2017-08-31 18:41:59 +02:00
Kamil Dziedzic
6f57f09400 properly convert query for error msg to string 2017-08-31 18:04:05 +02:00
Kamil Dziedzic
c8a5bfe5f3 be more verbose with errors 2017-08-31 17:56:08 +02:00
Kamil Dziedzic
05558d8406 PMM-685: let explain operate on []byte 2017-08-31 17:14:21 +02:00
Kamil Dziedzic
5393a2b001 PMM-685: explain 2017-08-31 13:52:37 +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
Kamil Dziedzic
04f95917ae PMM-1057: let's try to bypass limitations of go/bson 2017-08-24 10:29:54 +02:00
Kamil Dziedzic
92ce29acfa proper secret 2017-08-21 20:51:01 +02:00
Kamil Dziedzic
a25d6218f4 just drop old go version 2017-08-21 20:26:50 +02:00
Kamil Dziedzic
45f5629260 Compare times in the same timezone 2017-08-21 20:23:37 +02:00
Kamil Dziedzic
3f06ea8fdf Compare times in the same timezone 2017-08-21 20:10:45 +02:00
Kamil Dziedzic
de1f123b2c disable mail notifications 2017-08-21 19:18:49 +02:00
Kamil Dziedzic
96691df8dd fix marshaling json 2017-08-21 19:10:59 +02:00
Kamil Dziedzic
6d571cd708 fix queries 2017-08-21 18:55:05 +02:00
Kamil Dziedzic
0ea1cda59c drop trash 2017-08-21 18:48:30 +02:00
Kamil Dziedzic
c503ffa871 sanity check 2017-08-21 18:21:50 +02:00
Kamil Dziedzic
6a65d5b7a0 timeout tests after 1m 2017-08-21 18:16:23 +02:00
Kamil Dziedzic
51be22073b PMM-1057: fingerprint more types of queries 2017-08-21 18:16:23 +02: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
Carlos Salguero
1f35e1a12d PT-182 Added --output-format for MongoDB tools
Added `--output-format` option for pt-mongodb-summary and
pt-mongodb-query-digest.
Valid values are: text & json. Defaulf: text
2017-08-01 11:20:06 -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