1. 28 May, 2010 1 commit
  2. 27 May, 2010 2 commits
  3. 25 May, 2010 1 commit
    • Kent Boortz's avatar
      configure.cmake · 3dec34f4
      Kent Boortz authored
       - Reverted a faulty change of MY_SEARCH_LIBS
       - Added the proper change for MY_SEARCH_LIBS and HAVE_<libname>
      3dec34f4
  4. 21 May, 2010 1 commit
    • Joerg Bruehe's avatar
      Get rid ot the "net retry count" difference which · 447846cf
      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.
      447846cf
  5. 20 May, 2010 1 commit
    • Kent Boortz's avatar
      config.h.cmake · 497abee8
      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
      497abee8
  6. 18 May, 2010 1 commit
    • Kent Boortz's avatar
      config.h.cmake · bb6c6113
      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"
      bb6c6113
  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... · 487b6e1c
      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.
      487b6e1c
    • Daniel Fischer's avatar
    • Daniel Fischer's avatar
      post-merge fix · 5c4ccba3
      Daniel Fischer authored
      5c4ccba3
    • Daniel Fischer's avatar
      merge · b1109f03
      Daniel Fischer authored
      b1109f03
    • Daniel Fischer's avatar
      Changes to MSI installer: · d60efe58
      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.
      d60efe58
  15. 29 Apr, 2010 2 commits
  16. 28 Apr, 2010 6 commits
  17. 27 Apr, 2010 5 commits
  18. 26 Apr, 2010 1 commit