1. 05 Nov, 2006 2 commits
  2. 03 Nov, 2006 1 commit
  3. 01 Nov, 2006 2 commits
    • kostja@bodhi.local's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 6a28c436
      kostja@bodhi.local authored
      into  bodhi.local:/opt/local/work/mysql-4.1-runtime
      6a28c436
    • petr/cps@mysql.com/owlet.local's avatar
      Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" · 3ec542df
      petr/cps@mysql.com/owlet.local authored
      (4.1 version, with post-review fixes)
        
        The fix for another Bug (6439) limited FROM_UNIXTIME() to
        TIMESTAMP_MAX_VALUE which is 2145916799 or 2037-12-01 23:59:59 GMT,
        however unix timestamp in general is not considered to be limited 
        by this value. All dates up to power(2,31)-1 are valid.
        
        This patch extends allowed TIMESTAMP range so, that max
        TIMESTAMP value is power(2,31)-1. It also corrects
        FROM_UNIXTIME() and UNIX_TIMESTAMP() functions, so that
        max allowed UNIX_TIMESTAMP() is power(2,31)-1. FROM_UNIXTIME()
        is fixed accordingly to allow conversion of dates up to
        2038-01-19 03:14:07 UTC. The patch also fixes CONVERT_TZ()
        function to allow extended range of dates.
        
        The main problem solved in the patch is possible overflows
        of variables, used in broken-time representation to time_t
        conversion (required for UNIX_TIMESTAMP).
      3ec542df
  4. 30 Oct, 2006 2 commits
  5. 27 Oct, 2006 4 commits
  6. 25 Oct, 2006 9 commits
  7. 23 Oct, 2006 2 commits
  8. 20 Oct, 2006 4 commits
  9. 19 Oct, 2006 6 commits
  10. 18 Oct, 2006 3 commits
  11. 17 Oct, 2006 2 commits
  12. 16 Oct, 2006 3 commits