1. 05 Feb, 2004 1 commit
  2. 04 Feb, 2004 1 commit
  3. 21 Jan, 2004 4 commits
  4. 20 Jan, 2004 5 commits
  5. 19 Jan, 2004 3 commits
  6. 18 Jan, 2004 1 commit
    • guilhem@mysql.com's avatar
      BUG#2428 "--old-rpl-compat is broken": · 56e8554a
      guilhem@mysql.com authored
      I remove the --old-rpl-compat which produces broken binlogs readable
      neither by 4.0 nor by 3.23.
      This option is a leftover of the early replication of 4.0.0, when
      it was still partly compatible with 3.23.
      I explained this to the user in the bug report. 
      56e8554a
  7. 16 Jan, 2004 3 commits
  8. 15 Jan, 2004 7 commits
  9. 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
  10. 13 Jan, 2004 6 commits
  11. 12 Jan, 2004 3 commits
  12. 11 Jan, 2004 1 commit
  13. 09 Jan, 2004 1 commit
  14. 08 Jan, 2004 1 commit
  15. 07 Jan, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      buf0lru.c: · 18036f98
      heikki@hundin.mysql.fi authored
        Start InnoDB Monitor if 80 % of the buffer pool occupied by adaptive has or lock heaps; do not print the same warning more than 1 time
      18036f98
  16. 06 Jan, 2004 1 commit