Bug #92081 Add SUPPRESS_TSAN macro
Submitted: 20 Aug 2018 11:12 Modified: 21 Aug 2018 18:23
Reporter: Jon Olav Hauglid Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.14 OS:Any
Assigned to: CPU Architecture:Any

[20 Aug 2018 11:12] Jon Olav Hauglid
Description:
Add a SUPPRESS_TSAN macro similar to the already existing SUPPRESS_UBSAN macro.
This allows us to suppress Thread Sanitizer warnings in code (close to the problem),
rather than in a separate suppression file.

How to repeat:
n/a
[21 Aug 2018 18:23] Paul DuBois
Posted by developer:
 
Fixed in 8.0.14.

Work was done for test suite. No changelog entry needed.