1. 15 May, 2007 3 commits
    • unknown's avatar
      Bug#24732 Executables do not include Vista manifests · 748d3c2a
      unknown authored
      - mysqld does not need requireAdministrator rights 
      to run.
      
      
      sql/CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Request less permissive set of privileges.
      748d3c2a
    • unknown's avatar
      Merge amd64.(none):/src/bug24732/my50-bug24732 · 1c7e5e74
      unknown authored
      into  amd64.(none):/src/bug24732/my51-bug24732
      
      
      BitKeeper/deleted/.del-CMakeLists.txt~3:
        Auto merged
      1c7e5e74
    • unknown's avatar
      Bug#24732 Executables do not include Vista manifests · 7dea4576
      unknown authored
      - Manifest requires four part application version.
      - mysqld does not need requireAdministrator rights 
      to run.
      
      
      sql/CMakeLists.txt:
        Bug#24732 Executables do not include Vista manifests
        - Request less permissive set of privileges.
      win/create_manifest.js:
        Bug#24732 Executables do not include Vista manifests
        - Manifest requires four part application version.
      7dea4576
  2. 10 May, 2007 5 commits
  3. 09 May, 2007 9 commits
  4. 08 May, 2007 4 commits
    • unknown's avatar
      Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototype · 8931efa7
      unknown authored
      Since isinf() portability across various platforms and compilers is a complicated question, we should not use it directly. Instead, the my_isinf() macro should be used, which is defined as an alias to the system-defined isinf() if it is safe to use, or a workaround implementation otherwise.
      
      
      configure.in:
        Added a check to define HAVE_ISINF only if it can be used in C++ code as well.
      include/my_global.h:
        Define my_isinf() as an alias to isinf(), if it is available in both C and C++ code. Otherwise, define it to a workaround implementation.
      sql/item_func.cc:
        Replaced isinf() with my_isinf().
      strings/strtod.c:
        Replaced isinf() with my_isinf().
      8931efa7
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint · bde43f9c
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
      
      
      configure.in:
        Auto merged
      bde43f9c
    • unknown's avatar
      Bug #23294: Detection of sem_xxx functions on NetBSD broken and \ · 2013f17e
      unknown authored
      	DragonflyBSD misc patches
      
      Add the original intended test, since our current test for sched_yield
      is insufficient to copy.
      
      
      configure.in:
        We can't check for sched_yield, as that is in libc on FBSD.
        
        Re-add the check for sem_init in librt.
      2013f17e
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community--bug23294 · cd43057b
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
      
      
      configure.in:
        SCCS merged
      cd43057b
  5. 07 May, 2007 10 commits
  6. 05 May, 2007 1 commit
  7. 04 May, 2007 6 commits
  8. 02 May, 2007 2 commits