• Vladislav Vaintroub's avatar
    Bug #52850: mysqld-debug.pdb doesn't match · 41d832d1
    Vladislav Vaintroub authored
    mysqld-debug.exe in 5.5.3 on windows
    
    Fix:
    
    - Do not rename PDB, install mysqld.pdb matching 
    mysqld-debug.exe into bin\debug subdirectory
    
    - Stack tracing code will now additionally look in 
    debug subdirectory of the application directory 
    for debug symbols.
    
    - Small cleanup in stacktracing code: link with 
    dbghelp rather than load functions dynamically 
    at runtime, since dbghelp.dll is always present.
    
    - Install debug binaries with WiX
    41d832d1
CMakeLists.txt 10.9 KB