pt-mysql-summary displays incorrect info about Fast Server Restarts for Percona Server 5.6

Bug #1529411 reported by Yevgen Yaremenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Toolkit moved to https://jira.percona.com/projects/PT
Fix Released
Medium
Frank Cizmich

Bug Description

pt-mysql-summary displays incorrect info about Fast Server Restarts:

> pt-mysql-summary | grep "Fast Server Restarts"
     Fast Server Restarts | Not Supported

mysql> show global variables like "innodb_buffer_pool_load_at_startup";
+------------------------------------+-------+
| Variable_name | Value |
+------------------------------------+-------+
| innodb_buffer_pool_load_at_startup | ON |
+------------------------------------+-------+
1 row in set (0.00 sec)

According to the https://www.percona.com/doc/percona-server/5.6/changed_in_56.html innodb_buffer_pool_restore_at_startup was replaced by innodb_buffer_pool_load_at_startup.

Tool version: 2.2.16
MySQL version: Percona server 5.6+

Patch is attached. After the patch applying the output is the following:

> ./pt-mysql-summary | grep "Fast Server Restarts"
     Fast Server Restarts | Enabled

Revision history for this message
Yevgen Yaremenko (yevgenyaremenko) wrote :
Changed in percona-toolkit:
status: New → Fix Committed
importance: Undecided → Medium
assignee: nobody → Frank Cizmich (frank-cizmich)
milestone: none → 2.2.17
Changed in percona-toolkit:
status: Fix Committed → Fix Released
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PT-699

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.