Bug #86008 Use C++11 thread-local storage instead of my_thread_local
Submitted: 19 Apr 2017 14:41 Modified: 25 Apr 2017 14:45
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

[19 Apr 2017 14:41] Steinar Gunderson
Description:
We should use C++11 thread_local and remove our my_thread_local() calls; it removes some support code on our side, allows stronger typing, and is faster.

How to repeat:
N/A

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

Code cleanup. No changelog entry needed.