1. 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
  2. 15 Oct, 2007 1 commit
  3. 08 Oct, 2007 1 commit
  4. 04 Oct, 2007 3 commits
  5. 02 Oct, 2007 1 commit
  6. 01 Oct, 2007 1 commit
  7. 27 Sep, 2007 2 commits
  8. 26 Sep, 2007 1 commit
  9. 25 Sep, 2007 1 commit
  10. 22 Sep, 2007 1 commit
  11. 20 Sep, 2007 2 commits
  12. 19 Sep, 2007 1 commit
  13. 15 Sep, 2007 1 commit
  14. 14 Sep, 2007 13 commits
  15. 13 Sep, 2007 5 commits
  16. 12 Sep, 2007 5 commits