1. 12 Oct, 2005 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in slave.cc; · 4c1c9db8
      guilhem@mysql.com authored
      in short we now record whenever the slave I/O thread ignores a master's event because of its server id,
      and use this info in the slave SQL thread to advance Exec_master_log_pos. Because if we
      do not, this variable stays at the position of the last executed event, i.e. the last *non-ignored*
      executed one, which may not be the last of the master's binlog (and so the slave *looks* behind
      the master though it's data-wise it's not).
      4c1c9db8
  2. 05 Oct, 2005 1 commit
  3. 04 Oct, 2005 2 commits
  4. 03 Oct, 2005 4 commits
  5. 02 Oct, 2005 1 commit
    • heikki@hundin.mysql.fi's avatar
      os0sync.c: · 5dc00e0c
      heikki@hundin.mysql.fi authored
        Add diagnostic code to track an assertion failure of 0 == pthread_mutex_destroy(); this was reported on the MySQL mailing list Sept 23, 2005
      5dc00e0c
  6. 30 Sep, 2005 9 commits
  7. 29 Sep, 2005 15 commits
  8. 28 Sep, 2005 7 commits