1. 12 Mar, 2007 1 commit
  2. 20 Feb, 2007 1 commit
  3. 09 Feb, 2007 1 commit
  4. 25 Jan, 2007 2 commits
  5. 23 Jan, 2007 1 commit
  6. 22 Jan, 2007 1 commit
  7. 20 Jan, 2007 2 commits
  8. 19 Jan, 2007 4 commits
  9. 18 Jan, 2007 3 commits
  10. 16 Jan, 2007 1 commit
  11. 15 Jan, 2007 1 commit
  12. 10 Jan, 2007 3 commits
    • kent@mysql.com/kent-amd64.(none)'s avatar
      configure.in: · ba7b6e86
      kent@mysql.com/kent-amd64.(none) authored
        Corrected default for --disable-grant-options
      ba7b6e86
    • kent@mysql.com/kent-amd64.(none)'s avatar
      configure.in: · 1768b21a
      kent@mysql.com/kent-amd64.(none) authored
        Removed line accidently inserted when correcting bug#18526
      1768b21a
    • tsmith@siva.hindu.god's avatar
      WL #3670: Compile-time option to remove GRANT-related startup options · bac65ee9
      tsmith@siva.hindu.god authored
      - configure --disable-grant-options defines DISABLE_GRANT_OPTIONS
      - configure.js/cmake also updated
      - if DISABLE_GRANT_OPTIONS is defined, mysqld no longer recognizes:
        --bootstrap
        --init-file
        --skip-grant-tables
      
      Scripts which rely on those three options are modified to check the environment for MYSQLD_BOOTSTRAP; it should be set to the full path of a mysqld which does handle those options.
      
      For example:
      
      $ export MYSQLD_BOOTSTRAP
      $ MYSQLD_BOOTSTRAP=/path/to/full/MySQL/bin/mysqld
      $ mysql_install_db
      $ make test
      bac65ee9
  13. 03 Jan, 2007 1 commit
  14. 01 Jan, 2007 3 commits
  15. 21 Dec, 2006 1 commit
  16. 15 Dec, 2006 1 commit
  17. 27 Nov, 2006 1 commit
  18. 14 Nov, 2006 1 commit
  19. 07 Nov, 2006 1 commit
  20. 02 Nov, 2006 1 commit
  21. 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
  22. 27 Oct, 2006 1 commit
  23. 24 Oct, 2006 4 commits
  24. 20 Oct, 2006 2 commits
  25. 02 Oct, 2006 1 commit