Bug #91611 turn off incremental linking on windows
Submitted: 12 Jul 2018 8:15 Modified: 13 Jul 2018 1:05
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.7.24 OS:Any
Assigned to: CPU Architecture:Any

[12 Jul 2018 8:15] Tor Didriksen
Description:
Turn off incremental linking with Visual Studio, since the build hangs occasionally.

How to repeat:
Build 5.7 on windows. The hang is (very) hard to reproduce, but once it occurs, linking never terminates.

Suggested fix:
Add /INCREMENTAL:NO to linker flags.
Backport parts of patch for
https://clustra.no.oracle.com/orabugs/bug.php?id=22382884
[13 Jul 2018 1:05] Paul DuBois
Posted by developer:
 
Fixed in 5.7.24, 8.0.13.

Configuration/build cleanup. No changelog entry needed.