Details
-
Task
-
Status: Stalled (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
10.2.0-6, 10.2.0-7, 10.2.0-8
Description
The value of the variable "table_definition_cache" is by default autosized (based on the table_open_cache value) on MySQL >=5.6.8 while it is still static (400) on the latest MariaDB 10.0.15 and in 10.1.*.
From the MySQL doc (http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_definition_cache) :
Permitted Values (>= 5.6.8)
|
Type numeric
|
Default -1 (autosized)
|
Min Value 400
|
Max Value 524288
|
|
The default value is based on the following formula, capped to a limit of 2000:
|
400 + (table_open_cache / 2)
|
|
Before MySQL 5.6.8, the default is 400.
|
Attachments
Issue Links
- is part of
-
MDEV-7635 update defaults and simplify mysqld config parameters
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.1 [ 16100 ] |
Workflow | MariaDB v2 [ 58826 ] | MariaDB v3 [ 64045 ] |
Fix Version/s | 10.1 [ 16100 ] |
Fix Version/s | 10.2 [ 14601 ] |
Sprint | 10.2.0-1 [ 21 ] |
Rank | Ranked lower |
Assignee | Sergey Vojtovich [ svoj ] |
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Status | Open [ 1 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Sergey Vojtovich [ svoj ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Sprint | 10.2.0-1 [ 21 ] | 10.2.0-1, 5.5.47-1 [ 21, 22 ] |
Rank | Ranked higher |
Sprint | 10.2.0-1, 5.5.47-1 [ 21, 22 ] | 10.2.0-1 [ 21 ] |
Rank | Ranked lower |
Sprint | 10.2.0-1 [ 21 ] | 10.2.0-1, 10.2.0-2 [ 21, 26 ] |
Rank | Ranked lower |
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Sergey Vojtovich [ svoj ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Rank | Ranked higher |
Sprint | 10.2.0-1, 10.2.0-2 [ 21, 26 ] | 10.2.0-6 [ 37 ] |
Sprint | 10.2.0-6 [ 37 ] | 10.2.0-6, 10.2.0-7 [ 37, 39 ] |
Rank | Ranked lower |
Sprint | 10.2.0-6, 10.2.0-7 [ 37, 39 ] | 10.2.0-6, 10.2.0-7, 10.2.0-8 [ 37, 39, 41 ] |
Rank | Ranked lower |
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Workflow | MariaDB v3 [ 64045 ] | MariaDB v4 [ 131646 ] |
serg, please review fix for this bug.