1. 12 Oct, 2005 4 commits
    • guilhem@mysql.com's avatar
      merge · ab05c75e
      guilhem@mysql.com authored
      ab05c75e
    • 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
    • grog@mysql.com's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · d1132f0e
      grog@mysql.com authored
      into  mysql.com:/users/grog/4.1
      d1132f0e
    • grog@mysql.com's avatar
      sql_yacc.yy: · c248a36e
      grog@mysql.com authored
        Bug #10308: Parse 'purge master logs' with subselect correctly.
      subselect.test:
        Bug #10308: Test for 'purge master logs' with subselect.
      subselect.result:
        Bug #10308: Test result for 'purge master logs' with subselect.
      c248a36e
  2. 11 Oct, 2005 4 commits
  3. 10 Oct, 2005 4 commits
  4. 08 Oct, 2005 2 commits
  5. 07 Oct, 2005 7 commits
  6. 06 Oct, 2005 9 commits
  7. 05 Oct, 2005 5 commits
  8. 04 Oct, 2005 2 commits
  9. 03 Oct, 2005 3 commits