Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0(EOL), 10.1(EOL)
-
None
-
10.2.1-5
Description
We have quite a bit of workarounds in the code to support obsolete Windows versions - fallback for missing condition variables in server and innodb, dynamic function loading in threadpool etc. We can do some cleanup here.
XP support has ended finally in April 2014. Windows 2003's end of life was in July 2015.
Fixed.
For now still assuming that current minimum required is Vista/2008. Thus some cleanup is left out, partcularly rwlock implementation ("try" methods require Win7), and threadpool (setting thread stack size requires Win7)