Bug #86087 Replace my_atomic with C++11 std::atomic
Submitted: 26 Apr 2017 10:45 Modified: 15 May 2017 12:35
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

[26 Apr 2017 10:45] Steinar Gunderson
Description:
Now that C++11 std::atomic exists, we don't need to maintain our own compiler-specific atomic classes anymore, so we should get rid of that excess code and go to the standard's offerings.

How to repeat:
N/A

Suggested fix:
N/A
[15 May 2017 12:35] Paul DuBois
Posted by developer:
 
Fixed in 8.0.2.

Code cleanup. No changelog entry needed.