Bug #86069 Move lock-free data structures to std::atomic
Submitted: 25 Apr 2017 12:45 Modified: 26 Apr 2017 14:00
Reporter: Steinar Gunderson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Locking Severity:S3 (Non-critical)
Version:8.0.2 OS:Any
Assigned to: CPU Architecture:Any

[25 Apr 2017 12:45] Steinar Gunderson
Description:
We should move our lock-free data structures, e.g. lf_dynarray, to std::atomic. This gives greatly increased type safety, as well as being one part on the step towards removing our own my_atomic system.

How to repeat:
N/A

Suggested fix:
N/A
[26 Apr 2017 14:00] Paul DuBois
Posted by developer:
 
Fixed in 8.0.2.

Code cleanup. No changelog entry needed.
[21 Jul 2017 13:36] MySQL Verification Team
This bug is related to the bug # 85042.