1. 13 Apr, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore-table": · 066382e6
      guilhem@mysql.com authored
      In tables_ok(), when there is no table having "updating==TRUE" in the list,
          return that we don't replicate this statement (the slave is supposed to
          replicate *changes* only).
          In practice, the case can only happen for this statement:
          DELETE t FROM t,u WHERE ... ;
          tables_ok(t,u) will now return 0, which (check all_tables_not_ok())
          will give a chance to tables_ok(t) to run.
      066382e6
  2. 08 Apr, 2004 4 commits
  3. 07 Apr, 2004 3 commits
  4. 06 Apr, 2004 6 commits
  5. 05 Apr, 2004 6 commits
  6. 02 Apr, 2004 3 commits
  7. 01 Apr, 2004 5 commits
  8. 31 Mar, 2004 7 commits
  9. 30 Mar, 2004 3 commits
  10. 29 Mar, 2004 2 commits