1. 28 May, 2004 2 commits
  2. 27 May, 2004 7 commits
  3. 26 May, 2004 5 commits
  4. 25 May, 2004 10 commits
  5. 24 May, 2004 5 commits
  6. 20 May, 2004 1 commit
    • monty@mysql.com's avatar
      Bug fixes: · ea8b1234
      monty@mysql.com authored
      Use %windir% instead of c:\winnt\ (Bug #3786)
      Fixed wrong foreign key test in crash-me (Bug #3740)
      ea8b1234
  7. 19 May, 2004 6 commits
  8. 18 May, 2004 3 commits
  9. 17 May, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      mem0pool.c: · 0189d5af
      heikki@hundin.mysql.fi authored
        Fix a memory corruption bug: in 32-bit computers, every 4 billionth malloc outside innodb_additional_mem_pool_size was mistreated when freeing the memory; this could corrupt the InnoDB additional mem pool and could have caused crashes anywhere, also inside MySQL, or even database corruption! the bug exists also in 3.23 and 4.1; workaround: configure innodb_additional_mem_pool_size big enough
      0189d5af