1. 14 Nov, 2007 1 commit
  2. 09 Nov, 2007 1 commit
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#29083 - test suite times out on OS X 64bit - also in older releases · c6abad79
      svoj@mysql.com/june.mysql.com authored
      The "mysql client in mysqld"(which is used by
      replication and federated) should use alarms instead of setting
      socket timeout value if the rest of the server uses alarm. By
      always calling 'my_net_set_write_timeout'
      or 'net_set_read_timeout' when changing the timeout value(s), the
      selection whether to use alarms or timeouts will be handled by
      ifdef's in those two functions.
      
      This is minimal backport of patch for BUG#26664, which was pushed
      to 5.0 and up.
      
      Affects 4.1 only.
      c6abad79
  3. 07 Nov, 2007 1 commit
  4. 02 Nov, 2007 3 commits
  5. 30 Oct, 2007 2 commits
  6. 29 Oct, 2007 1 commit
  7. 25 Oct, 2007 1 commit
  8. 24 Oct, 2007 2 commits
  9. 23 Oct, 2007 1 commit
  10. 19 Oct, 2007 1 commit
  11. 18 Oct, 2007 2 commits
  12. 17 Oct, 2007 1 commit
  13. 16 Oct, 2007 1 commit
  14. 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
  15. 10 Oct, 2007 2 commits
  16. 05 Oct, 2007 3 commits
  17. 04 Oct, 2007 5 commits
  18. 03 Oct, 2007 1 commit
  19. 28 Sep, 2007 1 commit
  20. 14 Sep, 2007 2 commits
  21. 13 Sep, 2007 1 commit
  22. 10 Sep, 2007 1 commit
  23. 04 Sep, 2007 1 commit
  24. 29 Aug, 2007 4 commits