1. 27 Dec, 2013 1 commit
    • Michael Widenius's avatar
      Increased back_log to 150, but not more than max_connections. · e41788d2
      Michael Widenius authored
      - This was done to get better performance when doing a lot of connections.
      Ensure that thread_cache_size is not larger than max_connections (trivial optimizations).
      Fixed that the --host_cache_size=# startup option works
      
      mysql-test/r/variables.result:
        Increase back_log to 150
      sql/hostname.cc:
        Fixed that the --host_cache_size=# startup option works
      sql/mysqld.cc:
        Ensure that back_log and thread_cache_size is not set higher than max_connections (as this would not make any sense).
      sql/sys_vars.cc:
        Increased back_log to 150
      e41788d2
  2. 23 Dec, 2013 1 commit
  3. 22 Dec, 2013 14 commits
  4. 20 Dec, 2013 3 commits
  5. 19 Dec, 2013 4 commits
  6. 17 Dec, 2013 10 commits
  7. 16 Dec, 2013 7 commits