Commit Graph

2156 Commits

Author SHA1 Message Date
Carlos Salguero
6e96a1123c Updated bash libraries 2018-04-03 16:37:40 -03:00
Carlos Salguero
cc99db8ddd PT-1448 Updated test for pt-show-grant MySQL 8 support 2018-03-30 20:08:04 -03:00
Carlos Salguero
c6a8f843a7 PT-1488 Added MySQL 8 roles support to pt-show-grants 2018-03-30 16:35:08 -03:00
Carlos Salguero
d8a2466666 Merge branch 'patch-1' of https://github.com/nickveenhof/percona-toolkit into nickveenhof-patch-1 2018-03-28 13:40:21 -03:00
Carlos Salguero
a48a767eb4 PT-243 added --max-hostname-length & max-line-length to pt-query-digest 2018-03-27 14:23:59 -03:00
Carlos Salguero
9eaf5e217a PT-1508 Added test & updated changelog 2018-03-26 16:23:32 -03:00
Carlos Salguero
1237332100 Merge pull request #302 from dolphin-ops/read-only-interval
PT-1508 Adding --read-only-interval flag, and read-only check on wake-up
2018-03-26 11:23:30 -03:00
Carlos Salguero
3e2bda365a Merge pull request #297 from moritz/replication-only-when-needed
PT-1509 Only set binlog_format when necessary
2018-03-26 09:54:45 -03:00
Shlomi Noach
e8eb3679f8 compat with 3.0 2018-03-20 07:27:25 +02:00
Carlos Salguero
b0e10c52cf release-3.0.8 Added secure slow log to the query report 2018-03-15 10:13:25 -03:00
Carlos Salguero
ac29ac8e22 Merge branch 'release-3.0.8' of percona.github.com:percona/percona-toolkit into release-3.0.8 2018-03-14 08:45:03 -03:00
Carlos Salguero
633f6269a3 release-3.0.8 Fixed default value for kill-busy-commands 2018-03-14 08:44:33 -03:00
Evgeniy Patlan
0ef9ed8c5e Bild percona-toolkit-3.0.8 2018-03-13 14:03:28 +00:00
Carlos Salguero
a6b763b2c3 Merge branch '3.0' into pt-query-digest-fingerprint 2018-03-12 14:57:31 -03:00
Evgeniy Patlan
c982a88c92 Build percona-toolkit-3.0.7 2018-03-01 12:13:29 +00:00
Carlos Salguero
4689ab6c20 Updated version number to 3.0.7 2018-03-01 09:05:31 -03:00
Carlos Salguero
f5ef9d28c5 PT-1485 pt-mysql-summary has broken Security section in versions bigger then 5.6 2018-02-26 12:47:48 -03:00
Shlomi Noach
e1b8e2f34b --fail-successive-errors 2018-02-26 09:35:08 +02:00
Nick Veenhof
14889da924 pt-summary does not reliably read in the transparent huge pages setting 2018-02-25 17:02:29 +01:00
Carlos Salguero
3fbdcfdf14 PT-167 Added parameter type for option parser 2018-02-23 12:54:19 -03:00
Carlos Salguero
01977b521b PT-238 Fixed type in error message 2018-02-23 11:33:46 -03:00
Carlos Salguero
e7590d458c Added --secure-slowlog output format to pt-query-digest 2018-02-22 16:13:14 -03:00
Carlos Salguero
ec25735ca4 PT-572 More tests fixed 2018-02-21 16:42:26 -03:00
Carlos Salguero
8943e0a9f6 Merge branch '3.0' into mysql-8 2018-02-19 12:11:07 -03:00
Carlos Salguero
99479b0480 PT-1455 Updated version number 2018-02-16 14:35:46 -03:00
Carlos Salguero
5aed99cd0e Merge branch '3.0' into PT-1455 2018-02-16 14:32:49 -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
Carlos Salguero
a8d85f1cd5 PMM-1479 Updated all files using VersionCheck pkg 2018-02-14 13:02:24 -03:00
Shlomi Noach
3bcdf913fb Adding --read-only-interval flag, and read-only check on wake-up 2018-02-13 09:30:55 +02:00
Carlos Salguero
53ce571bf1 PT-633 Added --mysql-only option to pt-stalk 2018-02-12 16:40:30 -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
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
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
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
56f5202dbf WIP MySQL 8 support 2018-01-18 12:47:38 -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
Evgeniy Patlan
42a5e91cb7 Update version 2017-12-20 14:05:12 +00:00
Carlos Salguero
5f05a96855 Updated Percona::Toolkit version to 3.0.6 2017-12-19 13:11:29 -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
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
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
ba96aa79a8 PT-214 Added RocksDB section to pt-mysql-summary 2017-12-14 13:31:45 -03:00
Carlos Salguero
3d4c62da88 PT-214 WIP 2017-12-13 16:35:59 -03:00
Carlos Salguero
0786db016d PT-218 Added RocksDB status section to pt-stalk 2017-12-13 13:51:08 -03:00
Carlos Salguero
01c5b9f20b PT-204 Updated version & changelog 2017-12-11 11:29:31 -03:00
Carlos Salguero
7071f7a205 Merge branch '3.0' into PT-204 2017-12-11 10:35:29 -03:00
Carlos Salguero
3d54dff029 PT-229 Retry insert on WSRESP deadlock on PXC
PXC returns WSREP detected deadlock/conflict error if there are updates
on the same rows on different masters at the same time.
We shouldn't abort on that error, we should retry the insert instead.
2017-12-09 12:07:42 -03:00