An error occurred fetching the project authors.
  1. 21 Oct, 2004 1 commit
  2. 15 Oct, 2004 1 commit
  3. 14 Oct, 2004 1 commit
  4. 01 Oct, 2004 2 commits
  5. 03 Sep, 2004 2 commits
  6. 17 Aug, 2004 1 commit
  7. 12 Aug, 2004 1 commit
  8. 11 Aug, 2004 1 commit
  9. 15 Jul, 2004 1 commit
  10. 17 Jun, 2004 1 commit
  11. 16 Jun, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      row0ins.c: · 6d197336
      heikki@hundin.mysql.fi authored
        Return the code of row_ins_foreign_check_on_constraint() as close to 4.0 as possible, except that we use mem_strdup() to allocate the memory for the modified table name
      6d197336
  12. 15 Jun, 2004 1 commit
  13. 27 May, 2004 1 commit
    • marko@hundin.mysql.fi's avatar
      InnoDB cleanup: · fc85c80b
      marko@hundin.mysql.fi authored
      Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
      Remove (char*) casts of string constants; add const qualifiers
      Remove some Hot Backup code unless #ifdef UNIV_HOTBACKUP
      fc85c80b
  14. 11 May, 2004 1 commit
  15. 06 Apr, 2004 1 commit
  16. 01 Apr, 2004 1 commit
  17. 13 Mar, 2004 1 commit
  18. 12 Mar, 2004 1 commit
  19. 11 Mar, 2004 1 commit
  20. 20 Feb, 2004 1 commit
    • marko@hundin.mysql.fi's avatar
      Many files: · 234e9abf
      marko@hundin.mysql.fi authored
        Removed unused code
      .del-os0trash.c~8cae5c1695501117:
        Delete: innobase/os/os0trash.c
      dict0crea.c:
        Protect all sprintf(%s) with assertions
      234e9abf
  21. 14 Jan, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      row0ins.c: · 15e64c35
      heikki@hundin.mysql.fi authored
        Fix bug: FOREIGN KEY ... ON UPDATE/DELETE NO ACTION must check the foreign key constraint, not ignore it. Peter Gulutzan said that NO ACTION should check the constraint as deferred, at the end of the SQL statement, while RESTRICT should check it immediately. Since we do not have defered constraints in InnoDB, this bug fix makes InnoDB to check NO ACTION constraints immediately, like it checks RESTRICT constraints.
      15e64c35
  22. 12 Dec, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · d3d9b727
      heikki@hundin.mysql.fi authored
        Fix assertion failure on line 713 of row0upd.c if there is a column prefix index and the last characters in the prefix are spaces: do not assume that the length of alphabetically equal strings is the same; fix a buglet which could cause InnoDB to think that a secondary index record was not locked though it had been updated in a way which did not alpahabetically change its value, e.g., abc -> aBc
      d3d9b727
  23. 07 Oct, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 6112853c
      heikki@hundin.mysql.fi authored
        Multiple tablespaces for InnoDB
      sql_table.cc:
        Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE
      sql_update.cc, sql_select.cc, my_base.h:
        More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
      6112853c
  24. 18 Jun, 2003 1 commit
  25. 17 Jun, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      row0vers.c, row0sel.c, row0ins.c: · 01eb3d1e
      heikki@hundin.mysql.fi authored
        Fix bug: InnoDB could print that it cannot find a clustered index record if an update undo, purge, and a consistent read coincided, in rare cases it might also have returned a wrong row in a query
      01eb3d1e
  26. 14 Jun, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 4da7f485
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
      4da7f485
  27. 21 May, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      row0ins.c: · 4ac8d7b9
      heikki@hundin.mysql.fi authored
        Disable UNIQU KEY error reporting in SHOW INNODB STATUS until we know if it slows down REPLACE significantly
      4ac8d7b9
  28. 04 May, 2003 1 commit
  29. 16 Apr, 2003 3 commits
    • heikki@hundin.mysql.fi's avatar
      row0ins.c: · 5112674d
      heikki@hundin.mysql.fi authored
        Better fix for the ON DELETE SET NULL problem
      5112674d
    • heikki@hundin.mysql.fi's avatar
      row0ins.c: · 609c8d9c
      heikki@hundin.mysql.fi authored
        Fix bug: we did not allow ON DELETE SET NULL to modify the same table where the delete was made; we can allow it because that cannot produce infinite loops cascaded operations
      609c8d9c
    • heikki@hundin.mysql.fi's avatar
      Many files: · f841b4ae
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
      f841b4ae
  30. 21 Dec, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 843e1d8e
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.7. Support for ON UPDATE CASCADE
      sql_select.cc:
        Remove superfluous prints to .err log when a locking SELECT fails to a deadlock or a lock wait timeout
      843e1d8e
  31. 05 Nov, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · db169310
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.5b: minor improvements to foreign keys, more logical data dictionary lock
      db169310
  32. 29 Oct, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 9153d88c
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.5: new isolation levels READ COMMITTED and READ UNCOMMITTED now supported, selective deadlock resolution
      mysqld.cc:
        Change MySQL default isolation level to REPEATABLE READ; note that InnoDB has always had that default, and BDB and MyISAM always run at SERIALIZABLE level anyway
      9153d88c
  33. 21 Sep, 2002 1 commit
  34. 20 Sep, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 9e493e91
      heikki@hundin.mysql.fi authored
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      os0file.c:
        Use unbuffered i/o in Windows
      9e493e91
  35. 21 Jul, 2002 2 commits
    • heikki@hundin.mysql.fi's avatar
      row0ins.c: · f753fdd3
      heikki@hundin.mysql.fi authored
        Move the assertion in foreign keys to the right place
      f753fdd3
    • heikki@hundin.mysql.fi's avatar
      row0ins.c: · 51c80fae
      heikki@hundin.mysql.fi authored
        Do not perform ON DELETE action for a FOREIGN KEY constraint if we are doing an UPDATE, not a DELETE
      dict0dict.c:
        test
      51c80fae