Commit Graph

4075 Commits

Author SHA1 Message Date
Carlos Salguero
5aed99cd0e Merge branch '3.0' into PT-1455 2018-02-16 14:32:49 -03:00
Carlos Salguero
d609adc23e Merge pull request #303 from percona/PT-1479
PMM-1479 Switched to UUID for version check
2018-02-16 14:30:14 -03:00
Carlos Salguero
d8ec16f213 PMM-1455 pt-osc is stuck when the table that is being altered is filtered out in the slave 2018-02-16 14:27:16 -03:00
EvgeniyPatlan
224166256f Merge pull request #304 from EvgeniyPatlan/3.0
[BLD-948] write uuid to file during toolkit installation
2018-02-14 19:17:20 +02:00
Carlos Salguero
a8d85f1cd5 PMM-1479 Updated all files using VersionCheck pkg 2018-02-14 13:02:24 -03:00
Carlos Salguero
cdec55dc84 PMM-1479 Switched to UUID for version check
In order to be able to count individual users for the usage stats, we
need to implement UUID instead of just using MD5(hostname) since most
servers are just 'localhost' or 'db1'.
Using UUID we would be able to count unique users.
2018-02-14 12:54:02 -03:00
Evgeniy Patlan
0d1193c201 [BLD-948] write uuid to file during toolkit installation 2018-02-14 17:04:35 +02:00
Carlos Salguero
6cd8ef841b Merge pull request #300 from percona/PT-633
PT-633 Added --mysql-only option to pt-stalk
2018-02-12 16:41:39 -03:00
Carlos Salguero
53ce571bf1 PT-633 Added --mysql-only option to pt-stalk 2018-02-12 16:40:30 -03:00
Carlos Salguero
5ad0566a87 Merge pull request #299 from percona/PT-1256
PT-1256 pt-table-sync does not use the character set for the table it…
2018-02-09 16:47:33 -03:00
Carlos Salguero
75ab0ba653 PT-1256 pt-table-sync does not use the character set for the table it is synchronizing 2018-02-09 16:46:16 -03:00
Carlos Salguero
943cb68ee0 PMM-1455 Tests added 2018-02-08 13:07:13 -03:00
Carlos Salguero
56f97843f1 PT-1455 Added test case 2018-02-06 14:14:29 -03:00
Carlos Salguero
19936df442 Merge pull request #295 from percona/PT-244
PT-244 Fixed --data-dir with partitions
2018-01-16 16:14:59 -03:00
Carlos Salguero
7c1c99d9ca PT-244 Fixed --data-dir with partitions
Made DATA DIRECTORY to be inserted at the correct place, not at the end
of the create table query.
2018-01-16 15:57:06 -03:00
Hrvoje Matijakovic
5d192e8c60 Merge pull request #293 from hrvojem/rn-3.0.6-datefix
Fixed incorrect release date
2018-01-05 21:07:54 +01:00
hrvojem
a08b677948 Fixed incorrect release date 2018-01-05 20:54:04 +01:00
borys-belinsky
18b55f1109 Merge pull request #292 from borys-belinsky/release-notes/3.0.6-corrected
Release notes 3.0.6: Add Known issues section
2018-01-04 22:32:55 +02:00
Borys Belinsky
5cb75d7a25 Release notes 3.0.6: Add Known issues section 2018-01-04 22:26:12 +02:00
borys-belinsky
98952595d6 Merge pull request #291 from borys-belinsky/release-notes/3.0.6
Correct a small layout problem in the release notes document
3.0.6
2018-01-03 18:45:02 +02:00
Borys Belinsky
3f71106ae1 Fixing the date for release 3.0.6 in the release notes 2018-01-03 17:35:50 +02:00
Borys Belinsky
f8fc45b68c Correct a small layout problem in the release notes document 2018-01-03 17:21:35 +02:00
Evgeniy Patlan
42a5e91cb7 Update version 2017-12-20 14:05:12 +00:00
Carlos Salguero
62b6c79813 Merge pull request #290 from borys-belinsky/release-notes/3.0.6
Release notes/3.0.6
2017-12-19 15:13:06 -03:00
borys-belinsky
657f7db63a pt-234: Update the release notes 2017-12-19 18:44:31 +02:00
borys-belinsky
f6277c32a0 Merge branch '3.0' into release-notes/3.0.6 2017-12-19 18:40:58 +02:00
borys-belinsky
bef6931da3 Update release notes for 3.0.6 2017-12-19 18:40:16 +02:00
Carlos Salguero
5f05a96855 Updated Percona::Toolkit version to 3.0.6 2017-12-19 13:11:29 -03:00
Carlos Salguero
6b7380b94e Merge pull request #289 from percona/PT-234
PT-234 pt-query-digest produces empty output for mysql 5.7 general log with timestamp
2017-12-19 13:08:58 -03:00
Carlos Salguero
6fdd8659a6 Updated Changelog 2017-12-19 12:54:17 -03:00
Carlos Salguero
e1275a6c67 PT-234 Fixed general log parser for timestamps having timezone 2017-12-19 12:50:35 -03:00
Carlos Salguero
3239ce8e3e Merge pull request #288 from percona/PT-207
PT-207 All tests passed for 3.0.6
2017-12-18 13:24:35 -03:00
Carlos Salguero
5c106b4fad Updated all tests for PS 5.7 2017-12-18 13:01:11 -03:00
Carlos Salguero
bb3334de08 Updated tests for MySQL 5.7 2017-12-16 20:54:03 -03:00
Carlos Salguero
806caff5f5 PT-207 Updated tests for table-checksum - resume 2017-12-16 12:10:03 -03:00
Carlos Salguero
f954a69dd4 PT-207 Fixed test for generated fields. (added mysql version constraint) 2017-12-16 11:58:49 -03:00
Carlos Salguero
91f54ff8af PT-207 updated samples for pt-table-checksum tests 2017-12-16 11:52:22 -03:00
Carlos Salguero
3d343e6ff3 PT-207 fixed tests for pt-table-checksum 2017-12-16 11:43:30 -03:00
Carlos Salguero
99a17cd041 PT-207 Fixed tests 2017-12-16 11:28:03 -03:00
Carlos Salguero
8c611bcb78 Updated changelog 2017-12-15 10:55:11 -03:00
Carlos Salguero
709a13eebb Merge pull request #286 from percona/PT-205
PT-205 pt-online-schema-change show message on rocksdb if binlog_form…
2017-12-15 09:57:19 -03:00
Carlos Salguero
54264bde0b Merge pull request #285 from percona/PT-214
PT-214 Added RocksDB section to pt-mysql-summary
2017-12-15 09:55:34 -03:00
Carlos Salguero
9628aaf99c Updated travis.yml 2017-12-15 09:30:36 -03:00
Carlos Salguero
dc6b8c22f0 PT-205 pt-online-schema-change show message on rocksdb if binlog_format != row 2017-12-14 18:15:14 -03:00
Carlos Salguero
8d53045bc3 Updated .travis.yml 2017-12-14 15:52:23 -03:00
Carlos Salguero
ac2ecc087f Updated .travis.yml 2017-12-14 15:33:36 -03:00
Carlos Salguero
7e73603b7b Updated .travis.yml 2017-12-14 15:28:26 -03:00
Carlos Salguero
233a803b64 Updated travis.yml 2017-12-14 14:11:34 -03:00
Carlos Salguero
57f53d9a3d Updated travis.yml 2017-12-14 13:55:50 -03:00
Carlos Salguero
ba96aa79a8 PT-214 Added RocksDB section to pt-mysql-summary 2017-12-14 13:31:45 -03:00