1. 07 Nov, 2007 1 commit
    • kaa@polly.(none)'s avatar
      Fix for bug #25421: MySQL threads don't respond to the kill command · 3ebb915d
      kaa@polly.(none) authored
      Calculating the estimated number of records for a range scan may take a
      significant time, and it was impossible for a user to interrupt that
      process by killing the connection or the query.
      
      Fixed by checking the thread's 'killed' status in check_quick_keys() and
      interrupting the calculation process if it is set to a non-zero value.
      3ebb915d
  2. 21 Oct, 2007 2 commits
    • kaa@polly.(none)'s avatar
      Merge polly.(none):/home/kaa/src/opt/bug28550/my50-bug28550 · d55d3093
      kaa@polly.(none) authored
      into  polly.(none):/home/kaa/src/opt/bug28550/my51-bug28550
      d55d3093
    • kaa@polly.(none)'s avatar
      Bug #28550 "Potential bugs related to the return type of the CHAR function". · 34984111
      kaa@polly.(none) authored
        
      Since, as of MySQL 5.0.15, CHAR() arguments larger than 255 are converted into multiple result bytes, a single CHAR() argument can now take up to 4 bytes. This patch fixes Item_func_char::fix_length_and_dec() to take this into account.
        
      This patch also fixes a regression introduced by the patch for bug21513. As now we do not always have the 'name' member of Item set for Item_hex_string and Item_bin_string, an own print() method has been added to Item_hex_string so that it could correctly be printed by Item_func::print_args().
      34984111
  3. 17 Oct, 2007 3 commits
  4. 16 Oct, 2007 2 commits
  5. 15 Oct, 2007 3 commits
  6. 14 Oct, 2007 2 commits
  7. 13 Oct, 2007 4 commits
  8. 12 Oct, 2007 8 commits
  9. 11 Oct, 2007 6 commits
  10. 10 Oct, 2007 8 commits
  11. 09 Oct, 2007 1 commit