• calvin's avatar
    branches/zip: remove statically linked libraries from mysql · 76cc47ca
    calvin authored
    To make zlib and strings dynamically linked; mysqld will export
    additional functions required by InnoDB.
    
    Since the symbols will be resolved dynamically during runtime,
    wdl_load_mapfile() is no longer able to make any function calls
    to ones in mysqld. As the result, strtoull() (from strings.lib)
    is replaced with _strtoui64().
    
    rb://111
    
    Approved by: Marko
    76cc47ca
CMakeLists.txt 5.11 KB