Commit Graph

4342 Commits

Author SHA1 Message Date
Carlos Salguero
51dcca5959 PT-572 Fixes for MySQL 8
- Updated sandbox data file
- Fixes for pt-upgrade since there is no query_cache in MySQL 8
- Updates for SchemaIterator since there are new/renamed tables in MySQL 8
- Disabled some tests due to errors in MySQL 8.0.4-rc
2018-02-01 11:30:12 -03:00
Carlos Salguero
d38a584271 Fixes for DSN parser to use UTF8 2018-01-28 14:46:51 -03:00
Moritz Lenz
298969e57f Only set binlog_format when necessary
The documentation states that --sync-to-master or --replicate need
the binlog_format STATEMENT, but the code set the binlog format
regardless of the operation mode.

With this patch, the binlog_format is only set if --sync-to-master
or --replicate have actually been supplied on the command line,
enabling a node-to-node sync without these options without the SUPER
privilege.
2018-01-25 13:51:25 +01:00
Carlos Salguero
f3132d3cee WIP 2018-01-25 00:01:56 -03:00
Carlos Salguero
d9ae64e443 Updated tests for t/pt-show-grants/issue_445.t 2018-01-22 17:43:44 -03:00
Carlos Salguero
6b35587fbe Updated tests for pt-query-digest/explain.t 2018-01-22 16:37:01 -03:00
Carlos Salguero
2f218ca2bb Fixes for collect_and_report_cycles.t 2018-01-22 16:29:41 -03:00
Carlos Salguero
045c656839 Fixes for MasterSlave.pm 2018-01-22 16:27:36 -03:00
Carlos Salguero
a828b7af54 Fixed some tests for pt-show-grants 2018-01-18 16:56:30 -03:00
Carlos Salguero
3d70ae3d12 Fixed tests for pt-query-digest reports 2018-01-18 12:55:47 -03:00
Carlos Salguero
56f5202dbf WIP MySQL 8 support 2018-01-18 12:47:38 -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
Carlos Salguero
1d1c13fbcb WIP 2018-01-16 11:11:16 -03:00
Carlos Salguero
4b563ef714 WIP 2018-01-09 16:19:05 -03:00
Marcelo Altmann
df7744e4b1 include SHOW SLAVE STATUS on 5.7 version PT-242 2018-01-05 17:55:06 -05:00
Marcelo Altmann
feb15958db fixed missing fully qualified database name on slave_status PT-241 2018-01-05 17:34:32 -05: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