mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-5277 - Ensure that all MySQL 5.6 options are supported by the
MariaDB 10.0 server
This commit is contained in:
@ -949,9 +949,6 @@ 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.
|
||||
@ -1287,7 +1284,6 @@ 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
|
||||
|
Reference in New Issue
Block a user