[MDEV-450] Deadlock when setting replication system variables Created: 2012-08-13 Updated: 2012-08-14 Resolved: 2012-08-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.27 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There are a number of deadlock problems when setting replication system The setting of these takes LOCK_active_mi (and some of them also The fix is to temporarily unlock LOCK_global_system_variables while taking the Thanks to Davi Arnaut for finding this bug and providing the fix: https://github.com/twitter/mysql/commit/be79b5405c0d6528c936733270319dab7b1e289a |
| Comments |
| Comment by Kristian Nielsen [ 2012-08-14 ] |
|
Patch looks good, thanks Davi! Pushed to 5.5. |