1. 12 Nov, 2007 1 commit
  2. 06 Nov, 2007 1 commit
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#32111 - Security Breach via DATA/INDEX DIRECORY and RENAME TABLE · d06e2f92
      svoj@mysql.com/june.mysql.com authored
      RENAME TABLE against a table with DATA/INDEX DIRECTORY overwrites
      the file to which the symlink points.
      
      This is security issue, because it is possible to create a table with
      some name in some non-system database and set DATA/INDEX DIRECTORY
      to mysql system database. Renaming this table to one of mysql system
      tables (e.g. user, host) would overwrite the system table.
      
      Return an error when the file to which the symlink points exist.
      d06e2f92
  3. 02 Nov, 2007 3 commits
  4. 30 Oct, 2007 2 commits
  5. 29 Oct, 2007 1 commit
  6. 25 Oct, 2007 1 commit
  7. 24 Oct, 2007 2 commits
  8. 23 Oct, 2007 1 commit
  9. 19 Oct, 2007 1 commit
  10. 18 Oct, 2007 2 commits
  11. 17 Oct, 2007 1 commit
  12. 16 Oct, 2007 1 commit
  13. 11 Oct, 2007 1 commit
    • kaa@polly.(none)'s avatar
      Fix for bug #31174: "Repair" command on MyISAM crashes with small · f80541e3
      kaa@polly.(none) authored
      myisam_sort_buffer_size.
      
      An incorrect length of the sort buffer was used when calculating the
      maximum number of keys. When myisam_sort_buffer_size is small enough,
      this could result in the number of keys < number of
      BUFFPEK structures which in turn led to use of uninitialized BUFFPEKs.
      
      Fixed by correcting the buffer length calculation.
      f80541e3
  14. 10 Oct, 2007 2 commits
  15. 05 Oct, 2007 3 commits
  16. 04 Oct, 2007 5 commits
  17. 03 Oct, 2007 1 commit
  18. 28 Sep, 2007 1 commit
  19. 14 Sep, 2007 2 commits
  20. 13 Sep, 2007 1 commit
  21. 10 Sep, 2007 1 commit
  22. 04 Sep, 2007 1 commit
  23. 29 Aug, 2007 5 commits