diff options
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index f221f61be02..aa8bb67d58c 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -927,6 +927,9 @@ 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=# + MySQL 5.6 compatible option. Not used or needed in + MariaDB --tc-heuristic-recover=name Decision to use in heuristic recover process. Possible values are COMMIT or ROLLBACK. @@ -1258,6 +1261,7 @@ sysdate-is-now FALSE table-cache 400 table-definition-cache 400 table-open-cache 400 +table-open-cache-instances 1 tc-heuristic-recover COMMIT thread-cache-size 0 thread-pool-idle-timeout 60 |