1. 01 Jul, 2010 2 commits
    • Alexey Kopytov's avatar
      Manual merge from 5.1. · 92f7433d
      Alexey Kopytov authored
      conflicts:
         conflict      include/my_alarm.h
      92f7433d
    • Alexey Kopytov's avatar
      Bug#54667: Unnecessary signal handler redefinition · ac89d926
      Alexey Kopytov authored
      POSIX requires that a signal handler defined with sigaction()
      is not reset on delivering a signal unless SA_NODEFER or
      SA_RESETHAND is set. It is therefore unnecessary to redefine
      the handler on signal delivery on platforms where sigaction()
      is used without those flags.
      ac89d926
  2. 22 Jun, 2010 3 commits
  3. 21 Jun, 2010 6 commits
  4. 20 Jun, 2010 1 commit
    • Magne Mahre's avatar
      Post-push fixup for WL#5349 · eda2ff81
      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. 
      eda2ff81
  5. 18 Jun, 2010 3 commits
  6. 17 Jun, 2010 19 commits
  7. 16 Jun, 2010 3 commits
  8. 15 Jun, 2010 3 commits
    • Joerg Bruehe's avatar
      Fix bug#27072: RPM autostarts the server · 9b42527d
      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.
      9b42527d
    • Joerg Bruehe's avatar
      Fix bug#27072: RPM autostarts the server · f21625d7
      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.
      f21625d7
    • Alexey Kopytov's avatar
      Bug#52208: gis fails on some platforms (Solaris, HP-UX, Linux) · 48c07a39
      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.
      48c07a39