1. 28 Sep, 2007 1 commit
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug #30587: mysql crashes when trying to group by TIME div NUMBER · aa2d545d
      gkodinov/kgeorge@macbook.gmz authored
      When calculating the result length of an integer DIV function 
      the number of decimals was used without checking the result type
      first. Thus an uninitialized number of decimals was used for some 
      types. This caused an excessive amount of memory to be allocated 
      for the field's buffer and crashed the server.
      
       
      Fixed by using the number of decimals only for data types that 
      can have decimals and thus have valid decimals number.
      aa2d545d
  2. 19 Sep, 2007 1 commit
  3. 15 Sep, 2007 1 commit
  4. 14 Sep, 2007 10 commits
  5. 13 Sep, 2007 5 commits
  6. 12 Sep, 2007 6 commits
  7. 11 Sep, 2007 1 commit
  8. 10 Sep, 2007 3 commits
  9. 06 Sep, 2007 1 commit
  10. 04 Sep, 2007 2 commits
  11. 03 Sep, 2007 8 commits
  12. 31 Aug, 2007 1 commit