1. 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
  2. 29 Oct, 2004 1 commit
  3. 28 Oct, 2004 1 commit
  4. 27 Oct, 2004 7 commits
  5. 24 Oct, 2004 1 commit
  6. 22 Oct, 2004 5 commits
  7. 21 Oct, 2004 2 commits
  8. 20 Oct, 2004 3 commits
  9. 19 Oct, 2004 4 commits
  10. 17 Oct, 2004 2 commits
  11. 16 Oct, 2004 2 commits
  12. 15 Oct, 2004 2 commits
  13. 14 Oct, 2004 2 commits
  14. 13 Oct, 2004 1 commit
  15. 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
  16. 11 Oct, 2004 3 commits
  17. 09 Oct, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      trx0rec.c: · af3681f2
      heikki@hundin.mysql.fi authored
        Fix bug #5960: if one updated a column so that its size changed, or updated it to an externally stored (TEXT or BLOB) value, then ANOTHER externally stored column would show up as 512 bytes of good data + 20 bytes of garbage in a consistent read that fetched the old version of the row
      af3681f2