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
31c8a6e8cc
PT-1484 Updated link from launchpad to jira
2018-02-23 10:57:34 -03:00
Carlos Salguero
e7590d458c
Added --secure-slowlog output format to pt-query-digest
2018-02-22 16:13:14 -03:00
Carlos Salguero
5ec398dbec
PT-572 Removed dbug info
2018-02-21 16:50:58 -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
430b8d7ffa
Merge pull request #301 from percona/PMM-1905_drop_ntoreturn_if_negative
...
PMM-1905: fix "NToReturn value must be non-negative" issue.
2018-02-16 14:58:09 -03:00
Carlos Salguero
c69f28eae1
Merge branch '3.0' into PMM-1905_drop_ntoreturn_if_negative
2018-02-16 14:57:59 -03:00
Carlos Salguero
f3ce0cc87e
Updated changelog for 3.0.7
2018-02-16 14:55:29 -03:00
Carlos Salguero
c55c942d95
Merge pull request #305 from percona/PT-1455
...
PT-1455 pt-online-schema-change is stuck when the table that is being altered is filtered out in the slave
2018-02-16 14:36:08 -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
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
Kamil Dziedzic
e503df9431
Add PMM-1905 to Changelog
2018-02-13 20:14:22 +01:00
Kamil Dziedzic
fe4a6ccba7
Merge branch '3.0' into PMM-1905_drop_ntoreturn_if_negative
2018-02-13 20:10:15 +01:00
Shlomi Noach
3bcdf913fb
Adding --read-only-interval flag, and read-only check on wake-up
2018-02-13 09:30:55 +02:00
Shlomi Noach
5574d09a6e
Merge pull request #3 from percona/2.2
...
pulling from origin, 2.2
2018-02-13 08:26:07 +02:00
Kamil Dziedzic
b53d67f6ea
PMM-1905: fix "NToReturn value must be non-negative" issue.
2018-02-12 21:58:48 +01: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
71e15315f0
PT-572 More tests fixed
2018-02-06 09:00:12 -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
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