Bug #78722 | Relay log info currently_executing_gtid is not properly initialized or protected | ||
---|---|---|---|
Submitted: | 6 Oct 2015 16:38 | Modified: | 21 Mar 2016 16:28 |
Reporter: | Pedro Gomes | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[6 Oct 2015 16:38]
Pedro Gomes
[21 Mar 2016 16:28]
Daniel So
Added the following entry to the MySQL server 5.7.12 and 5.8.0 changelgos: "When replication was configured but not started on a slave, the variable currently_executing_gtid was not properly initialized, but it would be used if the performance_schema table replication_applier_status_by_worker was queried, causing assertion failures and pointer issues. With this fix, the variable is now properly initialized at the construction of the Relay_log_info object."