1. 16 Nov, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · dd64377d
      heikki@hundin.mysql.fi authored
        Fix InnoDB bug #6287: if one uses INSERT IGNORE to insert several rows at a time, and the first inserts are ignored because of a duplicate key collision, then InnoDB in a replication slave assigns AUTO_INCREMENT values 1 bigger than in the master
      dd64377d
  2. 12 Nov, 2004 4 commits
  3. 11 Nov, 2004 4 commits
  4. 10 Nov, 2004 3 commits
  5. 09 Nov, 2004 1 commit
  6. 08 Nov, 2004 1 commit
    • bar@mysql.com's avatar
      mysql.h: · a83f8e60
      bar@mysql.com authored
        Adding a prototype for the new function.
      a83f8e60
  7. 05 Nov, 2004 9 commits
  8. 04 Nov, 2004 6 commits
  9. 03 Nov, 2004 5 commits
  10. 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
  11. 01 Nov, 2004 2 commits
  12. 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
  13. 29 Oct, 2004 1 commit
  14. 28 Oct, 2004 1 commit