An error occurred fetching the project authors.
  1. 06 Jun, 2007 1 commit
  2. 14 Mar, 2007 1 commit
  3. 12 Mar, 2007 2 commits
  4. 09 Feb, 2007 1 commit
  5. 22 Jan, 2007 1 commit
  6. 20 Jan, 2007 1 commit
  7. 19 Jan, 2007 1 commit
  8. 18 Jan, 2007 2 commits
  9. 03 Jan, 2007 1 commit
  10. 01 Jan, 2007 1 commit
  11. 27 Nov, 2006 1 commit
  12. 02 Nov, 2006 1 commit
  13. 01 Nov, 2006 1 commit
    • 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
  14. 24 Oct, 2006 1 commit
  15. 29 Jul, 2006 1 commit
  16. 28 Jul, 2006 1 commit
  17. 14 Jul, 2006 1 commit
  18. 07 Jul, 2006 1 commit
  19. 27 Jun, 2006 1 commit
  20. 24 May, 2006 2 commits
  21. 23 May, 2006 1 commit
  22. 11 May, 2006 1 commit
  23. 29 Apr, 2006 1 commit
  24. 10 Apr, 2006 1 commit
  25. 05 Apr, 2006 1 commit
  26. 27 Jan, 2006 2 commits
  27. 17 Jan, 2006 2 commits
  28. 30 Nov, 2005 1 commit
  29. 19 Nov, 2005 1 commit
  30. 03 Nov, 2005 1 commit
  31. 27 Oct, 2005 1 commit
    • lenz@mysql.com's avatar
      - Removed obsolete and outdated man page files from the man · f793d7b5
      lenz@mysql.com authored
         directory - these files are now maintained in the mysqldoc
         repository and included in the source distribution during the
         release build. Updated the configure.in script and Makefiles to
         create the man page file list at build time
       - Updated the file list in the RPM spec file to include all currently
         available man pages (this can not be done with wildcards, as
         the man pages are spread across several subpackages. However, RPM
         warns about unpackaged files, so newly added man pages can be 
         spotted)
      f793d7b5
  32. 11 Oct, 2005 1 commit
  33. 07 Oct, 2005 1 commit
  34. 24 Sep, 2005 1 commit
  35. 08 Sep, 2005 1 commit