1. 02 Jul, 2008 1 commit
  2. 25 Jun, 2008 1 commit
  3. 16 Nov, 2007 1 commit
  4. 10 Nov, 2007 1 commit
  5. 07 Nov, 2007 1 commit
    • tsmith@ramayana.hindu.god's avatar
      Bug #20748: Configuration files should not be read more than once · ef59ca3d
      tsmith@ramayana.hindu.god authored
      A user could not override system-wide settings in their ~/.my.cnf,
      because the DEFAULT_SYSCONFDIR was being searched last.  Also, in
      some configurations (especially when the --sysconfdir compile-time
      option is set to /etc or /etc/mysql), the system-wide my.cnf file
      was read multiple times, causing confusion and potential problems.
      
      Rearrange default directories to conform to the manual and logic.
      Move --sysconfdir=<path> (DEFAULT_SYSCONFDIR) from the last default
      directory to the middle of the list.  $HOME/.my.cnf should be last,
      so the user is able to override the system-wide settings.
      
      Change init_default_directories() to remove duplicates from the
      list.
      ef59ca3d
  6. 27 Apr, 2007 1 commit
  7. 22 Mar, 2007 1 commit
  8. 30 Jan, 2007 1 commit
  9. 26 Jan, 2007 2 commits
  10. 25 Jan, 2007 1 commit
  11. 23 Dec, 2006 1 commit
  12. 15 Dec, 2006 2 commits
  13. 14 Dec, 2006 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed compiler warnings detected by option -Wshadow and -Wunused: · 88dd873d
      monty@mysql.com/narttu.mysql.fi authored
      - Removed not used variables and functions
      - Added #ifdef around code that is not used
      - Renamed variables and functions to avoid conflicts
      - Removed some not used arguments
      
      Fixed some class/struct warnings in ndb
      Added define IS_LONGDATA() to simplify code in libmysql.c
      
      I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
      88dd873d
  14. 20 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Remove compiler warnings · e8258798
      monty@mysql.com/nosik.monty.fi authored
      (Mostly in DBUG_PRINT() and unused arguments)
      Fixed bug in query cache when used with traceing (--with-debug)
      Fixed memory leak in mysqldump
      Removed warnings from mysqltest scripts (replaced -- with #)
      e8258798
  15. 11 May, 2006 1 commit
  16. 10 Apr, 2006 1 commit
  17. 30 Sep, 2005 1 commit
  18. 20 Sep, 2005 1 commit
  19. 09 Sep, 2005 1 commit
  20. 29 Jul, 2005 1 commit
  21. 28 Jul, 2005 1 commit
  22. 18 Jul, 2005 1 commit
    • monty@mishka.local's avatar
      Cleanups during review · 78c65b5a
      monty@mishka.local authored
      Changed defaults option --instance to --defaults-group-suffix
      Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order
      Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX
      mysql_print_defaults now understands --defaults-group-suffix
      Remove usage of my_tempnam() (not safe function)
      if( -> if ( and while( to while (
      78c65b5a
  23. 06 Jul, 2005 1 commit
  24. 13 Jun, 2005 1 commit
  25. 07 Jun, 2005 1 commit
  26. 06 Jun, 2005 1 commit
  27. 18 May, 2005 3 commits
  28. 16 May, 2005 1 commit
  29. 15 May, 2005 1 commit
  30. 12 May, 2005 1 commit
  31. 06 May, 2005 1 commit
  32. 04 May, 2005 1 commit
  33. 29 Apr, 2005 1 commit
  34. 28 Apr, 2005 1 commit
  35. 26 Apr, 2005 1 commit
  36. 13 Apr, 2005 1 commit