1. 03 Nov, 2004 1 commit
  2. 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
  3. 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
  4. 29 Oct, 2004 1 commit
  5. 28 Oct, 2004 1 commit
  6. 27 Oct, 2004 7 commits
  7. 24 Oct, 2004 1 commit
  8. 22 Oct, 2004 5 commits
  9. 21 Oct, 2004 2 commits
  10. 20 Oct, 2004 3 commits
  11. 19 Oct, 2004 4 commits
  12. 17 Oct, 2004 2 commits
  13. 16 Oct, 2004 2 commits
  14. 15 Oct, 2004 2 commits
  15. 14 Oct, 2004 2 commits
  16. 13 Oct, 2004 1 commit
  17. 12 Oct, 2004 2 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 41ab008a
      heikki@hundin.mysql.fi authored
        Change error code to HA_ERR_ROW_IS_REFERENCED if we cannot DROP a parent table referenced by a FOREIGN KEY constraint; this error number is less misleading than the previous value HA_ERR_CANNOT_ADD_FOREIGN, but misleading still; we should introduce to 5.0 a proper MySQL error code
      41ab008a
    • heikki@hundin.mysql.fi's avatar
      Merge heikki@build.mysql.com:/home/bk/mysql-4.0 · 1ddec876
      heikki@hundin.mysql.fi authored
      into hundin.mysql.fi:/home/heikki/mysql-4.0
      1ddec876
  18. 11 Oct, 2004 2 commits