1. 11 Mar, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18": · cf287341
      guilhem@mysql.com authored
      re-using unused LOCK_active_mi to serialize all administrative
      commands related to replication:
      START SLAVE, STOP SLAVE, RESET SLAVE, CHANGE MASTER, init_slave()
      (replication autostart at server startup), end_slave() (replication
      autostop at server shutdown), LOAD DATA FROM MASTER.
      This protects us against a handful of deadlocks (like BUG#2921
      when two START SLAVE, but when two STOP SLAVE too).
      Removing unused variables.
      cf287341
  2. 10 Mar, 2004 5 commits
  3. 09 Mar, 2004 2 commits
  4. 08 Mar, 2004 4 commits
  5. 06 Mar, 2004 2 commits
  6. 04 Mar, 2004 12 commits
  7. 02 Mar, 2004 1 commit
  8. 01 Mar, 2004 3 commits
  9. 29 Feb, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#3017 · e022ba60
      guilhem@mysql.com authored
      "wrong Relay_Log_Pos if Rotate is in the middle of a transaction in relay log"
      increment 'pending' instead of 'relay_log_pos'.
      e022ba60
  10. 28 Feb, 2004 1 commit
  11. 27 Feb, 2004 2 commits
  12. 26 Feb, 2004 2 commits
  13. 25 Feb, 2004 2 commits
  14. 24 Feb, 2004 2 commits