1. 30 Jan, 2004 1 commit
    • dlenev@mysql.com's avatar
      Fix for bugs #1885, #2464, #2539. Proper handling of default · e3816cb4
      dlenev@mysql.com authored
      values for TIMESTAMP columns. The solution is not perfect since
      we just silently ignoring default value for first TIMESTAMP 
      column and properly reflecting this fact in SHOW CREATE TABLE.
      We can't give a warning or simply support standard syntax 
      (niladic functions as legal value for default) for first field 
      since it is 4.0 tree.
      e3816cb4
  2. 20 Jan, 2004 4 commits
  3. 19 Jan, 2004 3 commits
  4. 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
  5. 16 Jan, 2004 3 commits
  6. 15 Jan, 2004 7 commits
  7. 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
  8. 13 Jan, 2004 6 commits
  9. 12 Jan, 2004 3 commits
  10. 11 Jan, 2004 1 commit
  11. 09 Jan, 2004 1 commit
  12. 08 Jan, 2004 1 commit
  13. 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
  14. 06 Jan, 2004 7 commits