Bug #70939 | psi keys were incorrectly passed to function set_psi_keys | ||
---|---|---|---|
Submitted: | 18 Nov 2013 14:18 | Modified: | 22 Nov 2013 15:05 |
Reporter: | zhai weixiang (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Performance Schema | Severity: | S2 (Serious) |
Version: | 5.7.2 | OS: | Any |
Assigned to: | Marc ALFF | CPU Architecture: | Any |
[18 Nov 2013 14:18]
zhai weixiang
[18 Nov 2013 17:49]
MySQL Verification Team
This is verified by the inspection of the code in all three source files where it is declared. Indeed, that 0 (zero) in the case of the relay log should be ABOVE the sync. This order is very important in order to position all keys correctly.
[22 Nov 2013 15:05]
Paul DuBois
Noted in 5.7.4 changelog. The wait/synch/mutex/sql/MYSQL_RELAY_LOG::LOCK_sync mutex was not properly instrumented for the Performance Schema.