Bug #71634 | P_S digest looks wrong for system variables, shown as @ @ variable... | ||
---|---|---|---|
Submitted: | 8 Feb 2014 12:03 | Modified: | 16 May 2014 9:32 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Performance Schema | Severity: | S3 (Non-critical) |
Version: | 5.6.16 | OS: | Any |
Assigned to: | Marc ALFF | CPU Architecture: | Any |
Tags: | windmill |
[8 Feb 2014 12:03]
Simon Mudd
[25 Feb 2014 9:23]
Marc ALFF
Verified as described. The DIGEST TEXT printed should print queries with a valid syntax. Given that: - "SELECT @@hostname" is valid - "SELECT @ @ hostname" is invalid, this is a bug.
[16 May 2014 2:40]
Paul DuBois
Noted in 5.7.5 changelog. In the DIGEST_TEXT column of Performance Schema statement events tables, references to system variables of the form @@var_name were stored as @ @ var_name.
[16 May 2014 9:32]
Simon Mudd
No mention made of 5.6 in the fix, just 5.7.5. So will you be backporting the fix to 5.6 too?
[17 Feb 2015 0:56]
Paul DuBois
Noted in 5.6.24 changelog.
[27 Apr 2015 14:29]
Laurynas Biveinis
commit 305130361bf72726de220f3d2b2787395e10be61 Author: Marc Alff <marc.alff@oracle.com> Date: Tue Feb 10 11:31:32 2015 +0100 WL#8354 BACKPORT DIGEST IMPROVEMENTS TO MYSQL 5.6