Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
In order to simplify the unification of these Type_handler methods:
virtual Field *make_table_field(MEM_ROOT *root, |
const LEX_CSTRING *name, |
const Record_addr &addr, |
const Type_all_attributes &attr, |
TABLE *table) const= 0; |
and
virtual Field * |
make_table_field_from_def(TABLE_SHARE *share,
|
MEM_ROOT *mem_root,
|
const LEX_CSTRING *name, |
const Record_addr &addr, |
const Bit_addr &bit, |
const Column_definition_attributes *attr, |
uint32 flags) const= 0; |
let's change the TABLE* parameter to TABLE_SHARE*.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-
Activity
Component/s | Data types [ 13906 ] |
issue.field.resolutiondate | 2019-10-01 13:04:53.0 | 2019-10-01 13:04:53.789 |
Fix Version/s | 10.5.0 [ 23709 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 100085 ] | MariaDB v4 [ 134102 ] |