Skip to content
  • Ajo Robert's avatar
    81b3c276
    Bug#21770366 backport bug#21657078 to 5.5 and 5.6 · 81b3c276
    Ajo Robert authored
    Problem Statement
    =========
    Fix various issues when building MySQL with Visual Studio 2015.
    
    Fix:
    =======
    - Visual Studio 2015 adds support for timespec. Add check for
      this and only use our replacement if timespec is not defined.
    - Rename lfind/lsearch to my* to avoid redefinition problems.
    - Set default value for TMPDIR to "" on Windows as P_tmpdir
      no longer exists.
    - using VS definition of snprintf if available
    - tzname are now renamed to _tzname.
    - This patch raises the minimum version required of WiX Toolkit
      to 3.8, which is required to make MSI packages with
      Visual Studio 2015
    81b3c276
    Bug#21770366 backport bug#21657078 to 5.5 and 5.6
    Ajo Robert authored
    Problem Statement
    =========
    Fix various issues when building MySQL with Visual Studio 2015.
    
    Fix:
    =======
    - Visual Studio 2015 adds support for timespec. Add check for
      this and only use our replacement if timespec is not defined.
    - Rename lfind/lsearch to my* to avoid redefinition problems.
    - Set default value for TMPDIR to "" on Windows as P_tmpdir
      no longer exists.
    - using VS definition of snprintf if available
    - tzname are now renamed to _tzname.
    - This patch raises the minimum version required of WiX Toolkit
      to 3.8, which is required to make MSI packages with
      Visual Studio 2015
Loading