1. 25 Jun, 2010 1 commit
  2. 24 Jun, 2010 1 commit
  3. 23 Jun, 2010 4 commits
    • Joerg Bruehe's avatar
      Fix Bug #54739 · 33173fbe
      Joerg Bruehe authored
      Accidental change in compile-time definitions for FreeBSD
      
      
      Revert the accidental setting of "HAVE_BROKEN_REALPATH"
      on current versions of FreeBSD,
      
      do it for both autotools ("configure.in")
      and cmake ("cmake/os/FreeBSD.cmake").
      33173fbe
    • Jonathan Perkin's avatar
      Remove storage/ndb from dist sources. · f84c866c
      Jonathan Perkin authored
      f84c866c
    • Kent Boortz's avatar
      CMakeLists.txt · fb583cfa
      Kent Boortz authored
      cmake/build_configurations/mysql_release.cmake
       - Corrected spelling ENABLE_LOCAL_INFILE => ENABLED_LOCAL_INFILE
       - In addition to "RelWithDebInfo", set target "Release" and "Debug"
       - Set Debug flags
       - Enabled SSL on Mac OS X
       - For gcc builds, set RELEASE and DEBUG flags as well
       - For g++ builds, added "-fno-implicit-templates"
       - Use "-O" (gcc -O1) for optimized binaries, as "DEBUG" in out case
         is more about enabling trace support to the server, no optimization
         makes binaries too slow to be practical to reproduce problems
      
      cmake/os/WindowsCache.cmake
       - Removed unused HAVE_SYS_IOCTL
      
      config.h.cmake
       - Added header checks and missing defines
       - Removed unused HAVE_SYS_IOCTL
       - Grouped and uncommented some HAVE_* that are really not
         defines, but internal variables used in the CMake setup,
       - Added hard coded flags for HP-UX and Mac OS X
      
      configure.cmake
       - Added header checks and missing defines
       - Removed unused HAVE_SYS_IOCTL
       - "sys/dir.h" test needs "sys/types.h"
       - Corrected syntax for "sys/ptem.h" test
       - Don't exclude test for some types if Mac OS X, harmless
         to do the test and we want the HAVE_<type> settings
       - Added hard coded flags for HP-UX and Mac OS X
      
      extra/yassl/CMakeLists.txt
      extra/yassl/taocrypt/CMakeLists.txt
       - Added missing source file "template_instnt.cpp"
      fb583cfa
    • sunanda's avatar
  4. 22 Jun, 2010 2 commits
  5. 21 Jun, 2010 3 commits
  6. 20 Jun, 2010 1 commit
    • Magne Mahre's avatar
      Post-push fixup for WL#5349 · 240afacf
      Magne Mahre authored
      InnoDB came in a new version "simultanously" with the
      commit.  This patch is a minor change to the new innodb
      regression test suite. 
      240afacf
  7. 18 Jun, 2010 2 commits
  8. 17 Jun, 2010 19 commits
  9. 16 Jun, 2010 3 commits
  10. 15 Jun, 2010 4 commits
    • Joerg Bruehe's avatar
      Fix bug#27072: RPM autostarts the server · 766f6a76
      Joerg Bruehe authored
      This is the fix for 5.5, where the behaviour on both installation
      and upgrade is changed:
      On installation, we do not start the server, to allow automated
      installs (which happen in some indeterminate machine status).
      If the server was stopped when the upgrade begins, we assume the
      administrator is taking manual action, so we do not start the (new)
      server at the end of the upgrade.
      We still install the start/stop script, so it will be started on reboot.
      
      
      support-files/mysql.spec.sh:
        In the "pre" section of the spec file, check the server status, and write
        the result to a file.
        In the "post" section, evaluate the status file, and start the server if
        it was running during status analysis.
        In 5.5, we do *not* start the server if there is no status file (which will happen on first installation, when there is no data directory yet).
      766f6a76
    • Joerg Bruehe's avatar
      Fix bug#27072: RPM autostarts the server · b3eac87c
      Joerg Bruehe authored
      This is the fix for 5.1, where only the behaviour on upgrade is changed:
      If the server was stopped when the upgrade begins, we assume the
      administrator is taking manual action, so we do not start the (new)
      server at the end of the upgrade.
      We still install the start/stop script, so it will be started on reboot.
      
      
      support-files/mysql.spec.sh:
        In the "pre" section of the spec file, check the server status, and write
        the result to a file.
        In the "post" section, evaluate the status file, and start the server if
        it was running during status analysis.
        In 5.1, we start the server if there is no status file (which will happen
        on first installation, when there is no data directory yet).
      b3eac87c
    • Alexey Kopytov's avatar
      Bug#52208: gis fails on some platforms (Solaris, HP-UX, Linux) · c388c044
      Alexey Kopytov authored
      On [Open]Solaris/x86 the FPU was not switched to 64-bit double
      precision mode when the server binary was built with Sun
      Studio. That caused GIS test failures due to differences in
      expected and actual results.
      c388c044
    • Vasil Dimov's avatar
      Increment InnoDB version number from 1.1.1 to 1.1.2, · 5a0b9cd2
      Vasil Dimov authored
      the 1.1.1 release will be included inside MySQL 5.5.5 and is
      up to (inclusive):
      vasil.dimov@oracle.com-20100602124314-21l3cb27w4rbfqrq
      5a0b9cd2