diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2016-06-29 16:33:08 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2016-09-16 15:46:15 +0400 |
commit | 7e9ac7b8ac6752b741099a8dbff8a55736f0f32c (patch) | |
tree | e938bb1fc2d505ac1446d48826df5f7df23ae950 /mysql-test/r/mysqld--help.result | |
parent | 6c1c27ea11559e6244694db0d61fa9a52d43ab42 (diff) | |
download | mariadb-git-7e9ac7b8ac6752b741099a8dbff8a55736f0f32c.tar.gz |
MDEV-10296 - Multi-instance table cache
Improve scalability by implementing multi-instance table cache.
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index c3ecd389f91..9557049711f 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -1091,6 +1091,8 @@ The following options may be given as the first argument: The number of cached table definitions --table-open-cache=# The number of cached open tables + --table-open-cache-instances=# + The number of table cache instances --tc-heuristic-recover=name Decision to use in heuristic recover process. One of: OFF, COMMIT, ROLLBACK @@ -1457,6 +1459,7 @@ sysdate-is-now FALSE table-cache 431 table-definition-cache 400 table-open-cache 431 +table-open-cache-instances 1 tc-heuristic-recover OFF thread-cache-size 151 thread-pool-idle-timeout 60 |