1. 12 Mar, 2008 1 commit
  2. 29 Feb, 2008 2 commits
  3. 17 Feb, 2008 1 commit
  4. 10 Feb, 2008 1 commit
  5. 29 Jan, 2008 1 commit
  6. 28 Jan, 2008 1 commit
  7. 25 Jan, 2008 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#33841: mysql client crashes when returning results for long-\ · b040a97c
      cmiller@zippy.cornsilk.net authored
      	running queries
      
      Bug#33976: buffer overflow of variable time_buff in function com_go()
      
      An internal buffer was too short.  Overextending could smash the 
      stack on some architectures and cause SEGVs.  This is not a problem
      that could be exploited to run arbitrary code.
      
      To fix, I expanded one buffer to cover all the size that could be
      written to (we know the abolute max).
      b040a97c
  8. 22 Jan, 2008 1 commit
  9. 21 Jan, 2008 1 commit
  10. 27 Dec, 2007 1 commit
    • joerg@trift2.'s avatar
      scripts/make_binary_distribution.sh: · dc1fb075
      joerg@trift2. authored
      Fix the code to get the "libgcc" file name so that the failure of Intel's ICC
      to provide this information does not cause any problems.
      
      This fixes  bug#33536  Option "--print-libgcc-file" does not work with ICC compiler
      dc1fb075
  11. 17 Dec, 2007 3 commits
  12. 13 Dec, 2007 1 commit
  13. 10 Dec, 2007 2 commits
  14. 06 Dec, 2007 2 commits
  15. 05 Dec, 2007 1 commit
  16. 01 Dec, 2007 2 commits
  17. 30 Nov, 2007 5 commits
  18. 29 Nov, 2007 2 commits
  19. 27 Nov, 2007 1 commit
  20. 26 Nov, 2007 2 commits
  21. 24 Nov, 2007 1 commit
  22. 21 Nov, 2007 1 commit
  23. 20 Nov, 2007 1 commit
  24. 19 Nov, 2007 1 commit
    • holyfoot/hf@mysql.com/hfmain.(none)'s avatar
      Bug #30284 spatial key corruption. · 140dd4f3
      holyfoot/hf@mysql.com/hfmain.(none) authored
      SPATIAL key is fine actually, but the chk_key() function
      mistakenly returns error. It tries to compare checksums
      of btree and SPATIAL keys while the checksum for the SPATIAL isn't
      calculated (always 0). Same thing with FULLTEXT keys is handled
      using full_text_keys counter, so fixed by counting both
      SPATIAL and FULLTEXT keys in that counter.
      140dd4f3
  25. 17 Nov, 2007 1 commit
  26. 16 Nov, 2007 2 commits
  27. 14 Nov, 2007 1 commit