Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
We need a data area per physical table where storage engine can store anything it wants.
Additionally, this should store engine_options, tablefile path, etc. It cannot be directly in the TABLE_SHARE, because partitions have different paths and engine_options.
We cannot directly backport MySQL WL#4305 (see the link below), because it was reverted by Oracle and, anyway, it doesn't solve the problem of different paths and engine_options.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue blocks TODO-311 [ TODO-311 ] |
Remote Link | This issue links to "WL#4305: storage-engine private data area per physical table (Web Link)" [ 10609 ] |
Summary | backport WL#4305 (storage-engine private data area per physical table) | Storage-engine private data area per physical table |
Description | backport WL#4305 (storage-engine private data area per physical table) | We need |
Description | We need |
We need a data area per physical table where storage engine can store anything it wants. Additionally, this should store engine_options, tablefile path, etc. It cannot be directly in the TABLE_SHARE, because partitions have different paths and engine_options. We cannot directly backport MySQL WL#4305 (see the link below), because it was reverted by Oracle and, anyway, it doesn't solve the problem of different paths and engine_options. |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.1.0 [ 12200 ] | |
Fix Version/s | 10.0.2 [ 11900 ] |
Link | This issue blocks TODO-311 [ TODO-311 ] |
Attachment | MDEV-3936.patch [ 21213 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Assignee | Sergei Golubchik [ serg ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee | Sergei Golubchik [ serg ] |
Workflow | defaullt [ 25623 ] | MariaDB v2 [ 42368 ] |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.1.0 [ 12200 ] |
Workflow | MariaDB v2 [ 42368 ] | MariaDB v3 [ 61297 ] |
Fix Version/s | 10.1 [ 16100 ] |
Fix Version/s | 10.2 [ 14601 ] |
Workflow | MariaDB v3 [ 61297 ] | MariaDB v4 [ 130086 ] |
Fix Version/s | 10.2 [ 14601 ] |
Attached the work-in-progress patch for 10.0-base tree.
Left to do: