1. 25 Aug, 2006 4 commits
  2. 24 Aug, 2006 4 commits
  3. 23 Aug, 2006 5 commits
  4. 22 Aug, 2006 1 commit
  5. 19 Aug, 2006 2 commits
  6. 17 Aug, 2006 1 commit
  7. 16 Aug, 2006 3 commits
  8. 15 Aug, 2006 4 commits
  9. 14 Aug, 2006 6 commits
  10. 11 Aug, 2006 4 commits
  11. 10 Aug, 2006 2 commits
    • tnurnberg@salvation.intern.azundris.com's avatar
      Bug#19844: time_format in Union truncates values · 17039285
      time_format() claimed %H and %k would return at most two digits
      (hours 0-23), but this coincided neither with actual behaviour
      nor with docs.  this is not visible in simple queries; forcing
      a temp-table is probably the easiest way to see this.  adjusted
      the return-length appropriately; the alternative would be to
      adjust the docs to say that behaviour for > 99 hours is undefined.
      ---
      Bug#19844: time_format in Union truncates values
      
      time_format() claimed %H and %k would return at most two digits
      (hours 0-23), but this coincided neither with actual behaviour
      nor with docs.  this is not visible in simple queries; forcing
      a temp-table is probably the easiest way to see this.  adjusted
      the return-length appropriately; the alternative would be to
      adjust the docs to say that behaviour for > 99 hours is undefined.
      17039285
    • ramil/ram@mysql.com/myoffice.izhnet.ru's avatar
      Fix for bug #20709: Collation not used in group by on 4.1. · 50ae5b79
      myisam/mi_uniue.c:mi_check_unique() should skip trailing spaces comparing 
      TEXT and VARTTEXT key segments.
      50ae5b79
  12. 09 Aug, 2006 3 commits
  13. 07 Aug, 2006 1 commit