1. 23 Jun, 2010 1 commit
    • Joerg Bruehe's avatar
      Fix Bug #54739 · 04f695ec
      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").
      04f695ec
  2. 22 Jun, 2010 2 commits
  3. 21 Jun, 2010 3 commits
  4. 20 Jun, 2010 1 commit
    • Magne Mahre's avatar
      Post-push fixup for WL#5349 · 7858ea88
      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. 
      7858ea88
  5. 18 Jun, 2010 2 commits
  6. 17 Jun, 2010 19 commits
  7. 16 Jun, 2010 3 commits
  8. 15 Jun, 2010 9 commits
    • Joerg Bruehe's avatar
      Fix bug#27072: RPM autostarts the server · 971b82a8
      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).
      971b82a8
    • Joerg Bruehe's avatar
      Fix bug#27072: RPM autostarts the server · cb6641ab
      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).
      cb6641ab
    • Alexey Kopytov's avatar
      Bug#52208: gis fails on some platforms (Solaris, HP-UX, Linux) · 7e3a46ea
      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.
      7e3a46ea
    • Vasil Dimov's avatar
      Increment InnoDB version number from 1.1.1 to 1.1.2, · c0a035cd
      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
      c0a035cd
    • Alexey Kopytov's avatar
      Backport of the patch for bug52208 to 5.1 since the · 899a396d
      Alexey Kopytov authored
      root cause of 52208 resulted in another test failure
      in 5.1.
      899a396d
    • Konstantin Osipov's avatar
      Fix a build break with cmake: remove the custom defines · 420fc7b5
      Konstantin Osipov authored
      that prevented hp_test2 to link in non-debug builds.
      
      storage/heap/hp_test2.c:
        Don't try to define DBUG if we're building without
        DBUG -- that won't work,since dbug libary will be empty
        in non-debug builds and cmake.
      420fc7b5
    • Bjorn Munch's avatar
      null upmerge 53424 · 8bd51dc1
      Bjorn Munch authored
      8bd51dc1
    • Bjorn Munch's avatar
      null upmerge 53424, irrelevant for 5.1 · 740400f8
      Bjorn Munch authored
      740400f8
    • Bjorn Munch's avatar
      Bug #53424 Certain combination of flags give internal error · f96deba1
      Bjorn Munch authored
      Reorder code breaks when finding tests skipped due to --skip-rpl etc.
      Add simple test that master_opt is non-empty
      f96deba1