1. 21 Jan, 2004 2 commits
  2. 20 Jan, 2004 3 commits
    • lenz@mysql.com's avatar
      What started as an attempt to fix BUG#2270 (Substitute paths in mysql · 8032d6df
      lenz@mysql.com authored
      manpage) turned out as a major overhaul of all man pages:
      
       - renamed all *.1 files to *.1.in to act as templates which are being
         processed at build time
       - replaced some hard-coded values with place holder that are being
         replaced with the proper values at build time
       - Updated list of available man pages in the SEE ALSO section and added a
         hint to the manual for more details
       - Added a BUGS section to all pages, referring to the bugs DB
       - Updated some obsolete URLs and mail addresses
      
      The actual content of these man pages should probably be cross-checked for
      correctness, though...
      8032d6df
    • serg@serg.mylan's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 6d2863d4
      serg@serg.mylan authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      6d2863d4
    • serg@serg.mylan's avatar
      two bugs in parallel repair fixed · 4f845f4c
      serg@serg.mylan authored
      4f845f4c
  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