1. 04 Jul, 2010 1 commit
  2. 29 Jun, 2010 1 commit
  3. 25 Jun, 2010 6 commits
  4. 24 Jun, 2010 6 commits
  5. 23 Jun, 2010 2 commits
  6. 22 Jun, 2010 5 commits
  7. 21 Jun, 2010 9 commits
  8. 18 Jun, 2010 4 commits
  9. 17 Jun, 2010 5 commits
  10. 15 Jun, 2010 1 commit
    • 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