1. 01 Nov, 2004 1 commit
  2. 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
  3. 29 Oct, 2004 1 commit
  4. 28 Oct, 2004 1 commit
  5. 27 Oct, 2004 7 commits
  6. 24 Oct, 2004 1 commit
  7. 22 Oct, 2004 5 commits
  8. 21 Oct, 2004 2 commits
  9. 20 Oct, 2004 3 commits
  10. 19 Oct, 2004 4 commits
  11. 17 Oct, 2004 2 commits
  12. 16 Oct, 2004 2 commits
  13. 15 Oct, 2004 2 commits
  14. 14 Oct, 2004 2 commits
  15. 13 Oct, 2004 1 commit
  16. 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
  17. 11 Oct, 2004 3 commits