1. 02 Nov, 2007 4 commits
  2. 01 Nov, 2007 3 commits
  3. 31 Oct, 2007 2 commits
  4. 30 Oct, 2007 4 commits
  5. 29 Oct, 2007 4 commits
  6. 26 Oct, 2007 1 commit
  7. 25 Oct, 2007 2 commits
  8. 24 Oct, 2007 3 commits
  9. 23 Oct, 2007 15 commits
  10. 22 Oct, 2007 2 commits
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #28687: Search fails on '0000-00-00' date after sql_mode change · 52b35112
      gkodinov/kgeorge@magare.gmz authored
      When doing indexed search the server constructs a key image for 
      faster comparison to the stored keys. While doing that it must not
      perform (and stop if they fail) the additional date checks that can 
      be turned on by the SQL mode because there already may be values in 
      the table that don't comply with the error checks.
      Fixed by ignoring these SQL mode bits while making the key image.
      52b35112
    • kaa@polly.(none)'s avatar
      Fix for bug #31742: delete from ... order by function call that causes · 53a9e7f4
      kaa@polly.(none) authored
      an error, asserts server
      
      In case of a fatal error during filesort in find_all_keys() the error
      was returned without the necessary handler uninitialization.
      Fixed by changing the code so that handler uninitialization is performed
      before returning the error.
      53a9e7f4