1. 17 Feb, 2009 1 commit
  2. 12 Feb, 2009 1 commit
  3. 10 Feb, 2009 1 commit
  4. 06 Feb, 2009 4 commits
    • Mikael Ronstrom's avatar
      14cde79e
    • Mikael Ronstrom's avatar
      Updated InnoDB defaults · 0967b540
      Mikael Ronstrom authored
      1) Buffer Pool size now defaults to 1GB and a minimum of 64MB
      2) Log files are 3 by default and each 128MB in size
      3) Removed innodb-file-io-threads config variable since no longer used
      4) Set read io and write io threads to 8 by default for better default performance
      5) Set log buffer size to 16 MB by default and minimum to 2MB
      6) Set additional memory buffer pool to 8 MB and minimum to 2MB
      7) Set max dirty percent to 75% and decreased to 99% to never allow a completely dirty buffer pool
      8) Increased io capacity to 200 for a good default
      
      0967b540
    • Mikael Ronstrom's avatar
      Reverted DTrace fix · 2ecb607f
      Mikael Ronstrom authored
      2ecb607f
    • Mikael Ronstrom's avatar
      Many updates to build script · 69f10fe6
      Mikael Ronstrom authored
      69f10fe6
  5. 03 Feb, 2009 2 commits
  6. 01 Feb, 2009 1 commit
  7. 28 Jan, 2009 2 commits
  8. 27 Jan, 2009 1 commit
  9. 30 Dec, 2008 1 commit
  10. 23 Dec, 2008 3 commits
  11. 22 Dec, 2008 2 commits
  12. 20 Dec, 2008 12 commits
  13. 19 Dec, 2008 4 commits
    • Mikael Ronstrom's avatar
      Merge of Solaris/gcc fix · df83626c
      Mikael Ronstrom authored
      df83626c
    • Mikael Ronstrom's avatar
      Edited the help text to indicate changes to supported · 1a1e62db
      Mikael Ronstrom authored
      platforms and emphasize the fact that gcc is the default
      compiler on all platforms.
      
      Make it possible to say --compiler=SunStudio instead of
      --compiler=forte
      
      Fix a bug that lost an important flag for C++ builds.
      1a1e62db
    • Mikael Ronstrom's avatar
      Made it possible to set CC and CXX on commandline before calling script · d26260d8
      Mikael Ronstrom authored
      for those cases when gcc, cc-5.0, icpc or icc isn't in the path.
      
      Fixed handling of 32 and 64 bits.
      
      Downgraded Solaris builds on Forte to use -xO2 rather than -xO3.
      
      Made it possible to build 64-bits on Mac OS X
      
      Fixed some bugs in setting CC, CXX, ASFLAGS, LDFLAGS
      
      Fixed bugs relating to use of SunStudio/Forte in check-cpu
      
      Reorganized code a bit
      
      Removed the use of --with-fast-mutexes since they aren't really
      fast, rather slow.
      
      Added -static-libgcc when using gcc
      
      Added optimising compilation flags on BSD
      
      Added use of curses library on Solaris
      
      Removed the use of MY_ATOMIC_MODE_RWLOCKS which removed use of
      atomic instructions
      
      Added support for Forte on Solaris/x86
      d26260d8
    • Mikael Ronstrom's avatar
      Fix to make it compile on Solaris · 5d79a879
      Mikael Ronstrom authored
      5d79a879
  14. 15 Dec, 2008 5 commits