1. 16 Jul, 2003 1 commit
    • lenz@mysql.com's avatar
      - fixed the automatic generation of support-files/MacOSX/ReadMe.txt - · 42d6dea6
      lenz@mysql.com authored
         a node name was changed in manual.texi which resulted in a very large
         ReadMe.txt file, as the generating script could not find the (renamed)
         ending node. Fixed the ending node name in Docs/Makefile.am and the 
         Docs/Support/generate-text-files.pl Perl script to make sure this does
         not happen again (I only discovered this because the Do-pkg script was
         not able to add the ReadMe.txt to the Apple Disk image because it ran out
         of disk space due to the size of the file)
      42d6dea6
  2. 15 Jul, 2003 4 commits
  3. 14 Jul, 2003 12 commits
  4. 13 Jul, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      srv0srv.c: · 38595b1f
      heikki@hundin.mysql.fi authored
        Put back a 50 millisecond sleep in too high concurrency situations which I removed in the previous push; count also such sleeping threads to the InnoDB queue in SHOW INNODB STATUS
      38595b1f
    • heikki@hundin.mysql.fi's avatar
      srv0srv.c: · b46400b2
      heikki@hundin.mysql.fi authored
        Fix a benign bug introduced in 4.0.14: InnoDB could complain 'Error: trying to declare trx to enter InnoDB' if several threads tried to init the auto-inc counter for the same table at the same time; in theory, the bug could even lead to a hang of the server, but that shuld be extremely improbable
      b46400b2
  5. 12 Jul, 2003 6 commits
  6. 11 Jul, 2003 6 commits
  7. 10 Jul, 2003 2 commits
    • guilhem@mysql.com's avatar
      Fix for BUG#812 · 2ca501f7
      guilhem@mysql.com authored
      "mysqlhotcopy fails to copy tables but does not indicate a failure"
      ("does not indicate a failure");
      this is about "mysqlhotcopy fails to copy tables".
      2ca501f7
    • ram@mysql.r18.ru's avatar
      Fix for the bug #803. · 82942ebf
      ram@mysql.r18.ru authored
      Now INTERVAL(NULL, N1, N2, ...) returns NULL.
      82942ebf
  8. 09 Jul, 2003 2 commits
  9. 08 Jul, 2003 5 commits