1. 28 May, 2010 1 commit
  2. 27 May, 2010 2 commits
  3. 25 May, 2010 1 commit
    • Kent Boortz's avatar
      configure.cmake · b2c4dd80
      Kent Boortz authored
       - Reverted a faulty change of MY_SEARCH_LIBS
       - Added the proper change for MY_SEARCH_LIBS and HAVE_<libname>
      b2c4dd80
  4. 21 May, 2010 1 commit
    • Joerg Bruehe's avatar
      Get rid ot the "net retry count" difference which · 9d83e2a7
      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.
      9d83e2a7
  5. 20 May, 2010 1 commit
    • Kent Boortz's avatar
      config.h.cmake · 35eecf3d
      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
      35eecf3d
  6. 18 May, 2010 1 commit
    • Kent Boortz's avatar
      config.h.cmake · 8d89b578
      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"
      8d89b578
  7. 14 May, 2010 1 commit
  8. 12 May, 2010 1 commit
  9. 11 May, 2010 1 commit
  10. 07 May, 2010 1 commit
  11. 06 May, 2010 1 commit
  12. 05 May, 2010 6 commits
  13. 04 May, 2010 3 commits
  14. 30 Apr, 2010 5 commits
    • Daniel Fischer's avatar
      WiX is worried that we aren't going to create these directories after all, so... · bfe544e4
      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.
      bfe544e4
    • Daniel Fischer's avatar
    • Daniel Fischer's avatar
      post-merge fix · 1ac9997b
      Daniel Fischer authored
      1ac9997b
    • Daniel Fischer's avatar
      merge · 463a60ec
      Daniel Fischer authored
      463a60ec
    • Daniel Fischer's avatar
      Changes to MSI installer: · 2b588155
      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.
      2b588155
  15. 29 Apr, 2010 2 commits
  16. 28 Apr, 2010 6 commits
  17. 27 Apr, 2010 5 commits
  18. 26 Apr, 2010 1 commit