• Vladislav Vaintroub's avatar
    Fix build and packaging on Windows: · 6df1d671
    Vladislav Vaintroub authored
    - build executables we have in 5.3 (mysql_install_db.exe, mysq_upgrade_service.exe, upgrade wizard), and MSI
    
    - add some missing headers to windows specific source files. 
    This needs to be done since 5.5 is using WIN32_LEAN_AND_MEAN preprocessor constant thus windows.h 
    no more includes whiole Windows
    
    - do not deliver perl scripts  (mysql_install_db.pl & friends)  -they do not work, are not documented, and we 
    have native executables for this functionality. do not pack echo.exe, replace.exe  into MSI, they 
    are not needed. Do not build resolveip on Windows, it is not used.
    
    - precache results of  of system checks in cmake/os/WindowsCache.cmake (like it is alreay done for  majority of tests
    to speed up cmake run with VS)
    
    - make feedback plugin DEFAULT on Windows (so MSI works if user enables plugin), 
    fix null pointer access in PSI_register
    6df1d671
CMakeLists.txt 132 Bytes