Not a Bug
Details
Assignee
UnassignedUnassignedReporter
lpjirasynclpjirasync(Deactivated)Priority
Low
Details
Details
Assignee
Unassigned
UnassignedReporter
lpjirasync
lpjirasync(Deactivated)Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 24, 2018 at 6:05 PM
Updated February 4, 2018 at 12:09 AM
Resolved January 24, 2018 at 6:05 PM
**Reported in Launchpad by Simon J Mudd last update 11-06-2012 16:02:57
pt-config-diff does SHOW VARIABLES to collect the configuration settings. This is wrong and it should use SHOW GLOBAL VARIABLES which ensures that global settings are used. SHOW VARIABLES shows session settings which may vary from the global values, and using SHOW GLOBAL VARIABLES makes it clear you are trying to collect global settings. Perhaps the impact is not large but it seems more correct to do this.