An error occurred fetching the project authors.
  1. 22 Jan, 2007 1 commit
  2. 10 Jan, 2007 1 commit
    • 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
  3. 22 Dec, 2006 1 commit
  4. 20 Dec, 2006 3 commits
  5. 18 Dec, 2006 1 commit
  6. 15 Dec, 2006 1 commit
  7. 14 Dec, 2006 2 commits
  8. 11 Dec, 2006 1 commit
  9. 06 Dec, 2006 1 commit
  10. 05 Dec, 2006 2 commits
  11. 01 Dec, 2006 1 commit
  12. 30 Nov, 2006 1 commit
  13. 29 Nov, 2006 2 commits
  14. 28 Nov, 2006 17 commits
  15. 27 Nov, 2006 2 commits
  16. 26 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Fixed a LOT of compiler warnings · fa81a82e
      monty@mysql.com/nosik.monty.fi authored
      Added missing DBUG_RETURN statements (in mysqldump.c)
      Added missing enums
      Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes
      Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
      fa81a82e
  17. 24 Nov, 2006 2 commits