1. 27 May, 2004 7 commits
  2. 26 May, 2004 5 commits
  3. 25 May, 2004 10 commits
  4. 24 May, 2004 5 commits
  5. 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
  6. 19 May, 2004 6 commits
  7. 18 May, 2004 3 commits
  8. 17 May, 2004 3 commits
    • 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
    • heikki@hundin.mysql.fi's avatar
      dict0dict.c: · 7ff94b38
      heikki@hundin.mysql.fi authored
        Allocate the table name buffer from the mem heap of a foreign key object rather than pointing to the name buffer in the table object; even though this apparently caused no bugs in RENAME, DROP, ALTER TABLE, or elsewhere, this convention was very prone to memory allocation bugs
      7ff94b38
    • marko@hundin.mysql.fi's avatar