1. 16 Nov, 2007 1 commit
  2. 14 Nov, 2007 4 commits
  3. 12 Nov, 2007 11 commits
  4. 10 Nov, 2007 2 commits
  5. 08 Nov, 2007 2 commits
  6. 07 Nov, 2007 2 commits
    • tsmith@ramayana.hindu.god's avatar
      Merge ramayana.hindu.god:/home/tsmith/m/bk/build/50 · 30b56973
      tsmith@ramayana.hindu.god authored
      into  ramayana.hindu.god:/home/tsmith/m/bk/build/b20748/50
      30b56973
    • 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
  7. 06 Nov, 2007 5 commits
  8. 05 Nov, 2007 4 commits
  9. 02 Nov, 2007 9 commits