1. 17 Jun, 2002 2 commits
  2. 11 Jun, 2002 1 commit
  3. 08 Jun, 2002 1 commit
  4. 06 Jun, 2002 1 commit
  5. 31 May, 2002 4 commits
  6. 30 May, 2002 1 commit
  7. 29 May, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innobase.cc: · b088e1bf
      heikki@hundin.mysql.fi authored
        Fix an assertion failure in ha_innobase.cc about line 302 when a user has used user level locks and closes a connection; this was reported by Jeremy Zawodny
      b088e1bf
  8. 27 May, 2002 3 commits
  9. 26 May, 2002 1 commit
  10. 25 May, 2002 1 commit
  11. 24 May, 2002 1 commit
  12. 22 May, 2002 2 commits
  13. 21 May, 2002 1 commit
  14. 20 May, 2002 2 commits
  15. 17 May, 2002 3 commits
  16. 16 May, 2002 5 commits
  17. 15 May, 2002 2 commits
  18. 14 May, 2002 3 commits
  19. 13 May, 2002 1 commit
  20. 09 May, 2002 3 commits
    • heikki@hundin.mysql.fi's avatar
      row0mysql.c: · 59a00868
      heikki@hundin.mysql.fi authored
        Play safe and set a MySQL 1 - 12 byte BLOB reference to zero except for the length and pointer areas in it
      59a00868
    • heikki@hundin.mysql.fi's avatar
      row0sel.c: · 41a1af3b
      heikki@hundin.mysql.fi authored
        Monty said an SQL NULL BLOB field must have NULL as the data pointer value
      41a1af3b
    • heikki@hundin.mysql.fi's avatar
      row0mysql.c: · 5aa9a391
      heikki@hundin.mysql.fi authored
        Add some diagnostic code to track BLOB bugs if they were not already fixed with the change in row0sel.c
      row0sel.c:
        Fix a seg fault which was caused inside MySQL because InnoDB when returning a BLOB value did not initialize the length and the data pointer of a BLOB whose value is the SQL NULL; also fix a very improbable race condition which could occur if a row with an externally stored BLOB was fetched using the adaptive hash index
      5aa9a391
  21. 08 May, 2002 1 commit