1. 10 Nov, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#6522 "Replication fails due to a rolled back transaction in the binlog" · 0c4363b6
      guilhem@mysql.com authored
      When we are writing a transaction to the binlog, we log BEGIN/COMMIT with zero error code.
      Example: all statements of trans succeeded, connection lost and so implicit rollback:
      we don't want ER_NET* errors to be logged in the BEGIN/ROLLBACK events, while statement
      events have 0. If there was really a serious error code, it's already in the statement events.
      0c4363b6
  2. 05 Nov, 2004 9 commits
  3. 04 Nov, 2004 6 commits
  4. 03 Nov, 2004 5 commits
  5. 02 Nov, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 22269d45
      heikki@hundin.mysql.fi authored
        Backport Jan's fix of the LOAD DATA INFILE REPLACE duplicate key error bug (Bug #5835) to 4.0
      22269d45
  6. 01 Nov, 2004 2 commits
  7. 31 Oct, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      row0mysql.c, pars0pars.c, eval0eval.c, dict0load.c, dict0dict.c, dict0crea.c: · d22a24d8
      heikki@hundin.mysql.fi authored
        Fix bug #3478: InnoDB's FOREIGN KEY tables treated table and database names as case-insensitive; RENAME TABLE t to T would hang in an endless loop if t had a foreign key constraint defined on it
      dict0dict.c:
        Fix bug #3478: InnoDB's FOREIGN KEY tables treated table and database names as case-insensitive; RENAME TABLE t to T would hang in an endless loop if t had a foreign key constraint defined on it; fix also a hang that would occur if one tried in ALTER TABLE or RENAME TABLE to create a foreign key constraint name that collided with another existing name
      d22a24d8
  8. 29 Oct, 2004 1 commit
  9. 28 Oct, 2004 1 commit
  10. 27 Oct, 2004 7 commits
  11. 24 Oct, 2004 1 commit
  12. 22 Oct, 2004 5 commits