Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
global_query_id is atomic variable. Though it is protected by mutex in sp_head.cc:
mysql_mutex_lock(&LOCK_thread_count);
|
q= global_query_id;
|
mysql_mutex_unlock(&LOCK_thread_count);
|
Attachments
Issue Links
- is part of
-
MDEV-6530 Examine and apply Power8 patches suggested by Stewart Smith
- Closed
- links to