Bug #65189 | Don't pollute status settings in SHOW [GLOBAL] VARIABLES | ||
---|---|---|---|
Submitted: | 3 May 2012 12:22 | Modified: | 18 May 2018 11:13 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S4 (Feature request) |
Version: | 5.6.5-m8, 5.7, 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | global status, global variables |
[3 May 2012 12:22]
Simon Mudd
[6 Oct 2014 9:17]
Simon Mudd
Still present in 5.7.5: root@myserver [(none)]> select @@global.version, @@global.gtid_executed; +------------------+--------------------------------------------------------------------------------------------------------------+ | @@global.version | @@global.gtid_executed | +------------------+--------------------------------------------------------------------------------------------------------------+ | 5.7.5-m15-log | 34778193-8b2c-11e3-8e61-e839352c66d2:1-12744598, 6a512bbf-6965-11e3-b220-b499bab5f9ba:1381936142-10170205982 | +------------------+--------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec)
[18 May 2018 9:42]
Simon Mudd
Changed to Feature request as clearly it's not being considered a bug after having this reported as a bug 6 years ago. Also needs adding here (not checked, but I guess names have changed): gtid_executed gtid_purged These are visible in versions up to latest GA of 8.0.11
[18 May 2018 11:10]
Simon Mudd
gtid_owned should also not be a global variable but is status information.
[18 May 2018 11:11]
Simon Mudd
Update Version field with more versions.
[18 May 2018 11:13]
Simon Mudd
The other option would be to add meta-data in 8.0 so I know which values are not "stable" and can ignore them. That would be fine too, and while there is more meta data in 8.0 vs earlier releases this sort of meta-data is still missing.