diff options
author | Monty <monty@mariadb.org> | 2017-09-26 00:12:36 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-09-26 00:13:04 +0300 |
commit | a02b81daeaa63c327bea9e6c24fe45b53dc0008e (patch) | |
tree | a4d22136da545fe1b8d363b77b773df08b173dc7 /mysql-test/r/mysqld--help.result | |
parent | 742263df4f43ac8ffb611de607fb8337296ae949 (diff) | |
download | mariadb-git-a02b81daeaa63c327bea9e6c24fe45b53dc0008e.tar.gz |
Moved autosetting of host_cache_size and back_log to proper placebb-10-3-marko
- Clean up formulas and comments for host_cache_size and back_log
- Added test of autoset (for host_cache_size)
- Marked open_files_limit as auto_set
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index bcc985a8a50..7005a850ea5 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -569,9 +569,10 @@ The following options may be given as the first argument: --open-files-limit=# If this is not 0, then mysqld will use this value to reserve file descriptors to use with setrlimit(). If this - value is 0 then mysqld will reserve max_connections*5 or - max_connections + table_cache*2 (whichever is larger) - number of file descriptors + value is 0 or autoset then mysqld will reserve + max_connections*5 or max_connections + table_cache*2 + (whichever is larger) number of file descriptors + (Automatically configured unless set explicitly) --optimizer-prune-level=# Controls the heuristic(s) applied during query optimization to prune less-promising partial plans from |