1. 27 May, 2010 2 commits
  2. 25 May, 2010 1 commit
    • Kent Boortz's avatar
      configure.cmake · 10c9e066
      Kent Boortz authored
       - Reverted a faulty change of MY_SEARCH_LIBS
       - Added the proper change for MY_SEARCH_LIBS and HAVE_<libname>
      10c9e066
  3. 21 May, 2010 1 commit
    • Joerg Bruehe's avatar
      Get rid ot the "net retry count" difference which · 1b5d7d4c
      Joerg Bruehe authored
      is not needed any more with current versions of FreeBSD.
      (Entries 52410 and 52412 in the Bug DB)
      
      That change is based on Dan Nelson replying on the
      FreeBSD mailing list, freebsd-questions@freebsd.org
      in a thread running from 2010-Apr-29 to 2010-May-1 titled
          "Need info about FreeBSD and interrupted system
           calls for MySQL code"
      
      Also, ensure the cmake settings correspond to the autotools
      ones: Add "HAVE_BROKEN_REALPATH" to cmake.
      
      cmake/os/FreeBSD.cmake:
        With current versions of FreeBSD, threading is not done on
        the user-level any more, so the huge "net retry count"
        is not needed any more.
        However, it is still being kept for now, so that it can be
        re-activated should the need arise.
        
        In addition, set "HAVE_BROKEN_REALPATH" to completely
        mirrot the autotools path.
      configure.in:
        With current versions of FreeBSD, threading is not done on
        the user-level any more, so the huge "net retry count"
        is not needed any more.
        However, it is still being kept for now, so that it can be
        re-activated should the need arise.
        
        Adapt the informational messages to the path taken.
      1b5d7d4c
  4. 20 May, 2010 1 commit
    • Kent Boortz's avatar
      config.h.cmake · a1330845
      Kent Boortz authored
       - Set SIZEOF_VOIDP the same way as others
       - Unindent the no Mac OS settings, to let the checker scripts find the lines
       - Removed duplicate SIZEOF_SIZE_T setting
       - Added missing value for HAVE_CHARSET_ascii
      
      configure.cmake
       - Added HAVE_ prefix to library names, like HAVE_LIBM
       - Set HAVE_CXXABI_H if header is found, HAVE_ABI_CXA_DEMANGLE
         controls if useful
       - Set SIZEOF_VOIDP the same way as others
      a1330845
  5. 18 May, 2010 1 commit
    • Kent Boortz's avatar
      config.h.cmake · 39e8703e
      Kent Boortz authored
       - Added missing HAVE_SYS_TIMES_H, HAVE_SYS_TIME_H, HAVE_TIME_H,
         HAVE_TIME and HAVE_TIMES
       - Removed most #if constructs, keep logic in "configure.cmake"
       - Use space after # if inside #if, for consistency
      
      configure.cmake
       - Added MY_CHECK_TYPE_SIZE function that sets both SIZEOF_* and HAVE_*
       - If "sys/stream.h" exists, include it before "sys/ptem.h" in test
       - Set VOID_SIGHANDLER if RETSIGTYPE is set to "void"
      39e8703e
  6. 14 May, 2010 1 commit
  7. 12 May, 2010 1 commit
  8. 11 May, 2010 1 commit
  9. 07 May, 2010 1 commit
  10. 06 May, 2010 1 commit
  11. 05 May, 2010 6 commits
  12. 04 May, 2010 3 commits
  13. 30 Apr, 2010 5 commits
    • Daniel Fischer's avatar
      WiX is worried that we aren't going to create these directories after all, so... · 1d138170
      Daniel Fischer authored
      WiX is worried that we aren't going to create these directories after all, so let's reaffirm our intention to do so.
      1d138170
    • Daniel Fischer's avatar
    • Daniel Fischer's avatar
      post-merge fix · fb7eee2f
      Daniel Fischer authored
      fb7eee2f
    • Daniel Fischer's avatar
      merge · 065915a0
      Daniel Fischer authored
      065915a0
    • Daniel Fischer's avatar
      Changes to MSI installer: · b86f9695
      Daniel Fischer authored
      - Introduce MANUFACTURER setting to set package manufacturer via CMake.
      - Introduce COMMUNITY_BUILD setting to be passed on to packaging
        (not used here, but required for our own packages to determine what
         added files should be included in the package).
      - Create an RTF version of the COPYING text file and use that as the
        default license (can be overridden by providing a COPYING.rtf file).
      - Allow passing extra arguments to candle and light via environment.
        (Need -sval in pushbuild, but want validation elsewhere.)
      - Introduce a custom action that stops and uninstalls the service 
        if the user installed one that points into the MySQL directory
        that is being removed.
        (Our own packages historically used the instance configuration wizard
        for this, but it wouldn't be very nice if MSIs created by our users
        couldn't remove it too.)
      - Make install location configurable again ("Browse" button in custom
        installation was greyed out before).
      - Remove registry keys that use "MySQL AB"; they should only be set in 
        packages provided by us. Users can set their own registry keys if
        they want to.
      b86f9695
  14. 29 Apr, 2010 2 commits
  15. 28 Apr, 2010 6 commits
  16. 27 Apr, 2010 5 commits
  17. 26 Apr, 2010 2 commits