[MDEV-6532] MySQL Bug#72544 - Incorrect locking for global_query_id Created: 2014-08-05 Updated: 2014-08-05 Resolved: 2014-08-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.13 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
global_query_id is atomic variable. Though it is protected by mutex in sp_head.cc:
|
| Comments |
| Comment by Sergey Vojtovich [ 2014-08-05 ] | ||||||||
|
Fixed by Monty in 10.0.13:
|