[MDEV-5306] Missing locking around rpl_global_gtid_binlog_state Created: 2013-11-18 Updated: 2013-11-18 Resolved: 2013-11-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.6 |
| Fix Version/s: | 10.0.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | gtid | ||
| Description |
|
The access to the rpl_global_gtid_binlog_state object needs to be protected by the embedded mutex. But some call sites were missing such protection. |
| Comments |
| Comment by Kristian Nielsen [ 2013-11-18 ] |
|
Pushed to 10.0-base |