Bug #86002 Use C++11 std::call_once instead of my_thread_once
Submitted: 19 Apr 2017 11:49 Modified: 16 Sep 2017 18:58
Reporter: Steinar Gunderson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[19 Apr 2017 11:49] Steinar Gunderson
Description:
We should remove my_thead_once(), now that we have C++11 and it has std::call_once.

How to repeat:
N/A

Suggested fix:
N/A
[16 Sep 2017 18:58] Paul DuBois
Posted by developer:
 
Fixed in 8.0.3.

Code cleanup. No changelog entry needed.