An error occurred fetching the project authors.
  1. 04 Feb, 2005 1 commit
  2. 09 Jun, 2004 1 commit
    • guilhem@mysql.com's avatar
      Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be logged to · 2b20e84f
      guilhem@mysql.com authored
      binlog even if they changed nothing, and a test for this.
      This is useful when users use these commands to clean up their master and slave by issuing
      one command on master (assume master and slave have slightly different data for some
      reason and you want to clean up both).
      Note that I have not changed multi-table DELETE and multi-table UPDATE because their
      error-reporting mechanism is more complicated.
      2b20e84f
  3. 18 Mar, 2004 1 commit
  4. 06 Feb, 2004 1 commit
  5. 19 Dec, 2003 1 commit
    • guilhem@gbichot2's avatar
      Now merge is done. · d67bbe72
      guilhem@gbichot2 authored
      For previous commit I had run only rpl* tests, here the other ones had a 
      few surprises. Latest status:
      - all tests pass
      - all replication tests pass with Valgrind
      This is the final-final commit & push.
      Doc remains.
      d67bbe72
  6. 31 Oct, 2003 1 commit
  7. 08 Oct, 2003 4 commits
  8. 29 Sep, 2003 2 commits
  9. 24 Sep, 2003 1 commit
    • dlenev@mysql.com's avatar
      Test for mysqlbinlog · 977c7b2d
      dlenev@mysql.com authored
      Particularly for BUG#1340 mysqlbinlog coredumps when reading Exec
      event without seeing Create_file event before
      977c7b2d