1. 08 Nov, 2007 1 commit
  2. 07 Nov, 2007 1 commit
    • kaa@polly.(none)'s avatar
      Fix for bug #32103: optimizer crash when join on int and mediumint with · f1a3c364
      kaa@polly.(none) authored
      variable in where clause.
      
      Problem: the new_item() method of Item_uint used an incorrect
      constructor. "new Item_uint(name, max_length)" calls
      Item_uint::Item_uint(const char *str_arg, uint length) which assumes the
      first argument to be the string representation of the value, not the
      item's name. This could result in either a server crash or incorrect
      results depending on usage scenarios.
      
      Fixed by using the correct constructor in new_item():
      Item_uint::Item_uint(const char *str_arg, longlong i, uint length).
      f1a3c364
  3. 30 Oct, 2007 1 commit
  4. 23 Oct, 2007 1 commit
  5. 19 Oct, 2007 1 commit
  6. 18 Oct, 2007 2 commits
  7. 17 Oct, 2007 1 commit
  8. 16 Oct, 2007 1 commit
  9. 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
  10. 10 Oct, 2007 2 commits
  11. 05 Oct, 2007 3 commits
  12. 04 Oct, 2007 5 commits
  13. 03 Oct, 2007 1 commit
  14. 28 Sep, 2007 1 commit
  15. 14 Sep, 2007 2 commits
  16. 13 Sep, 2007 1 commit
  17. 10 Sep, 2007 1 commit
  18. 04 Sep, 2007 1 commit
  19. 29 Aug, 2007 5 commits
  20. 13 Aug, 2007 1 commit
  21. 05 Aug, 2007 1 commit
  22. 04 Aug, 2007 1 commit
  23. 02 Aug, 2007 5 commits