Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
To provide symmetric code for built-in and pluggable data types we'll split this method:
Copy_field::Copy_func *
|
Copy_field::get_copy_func(const Field *to, const Field *from)
|
{
|
...
|
}
|
into virtual methods in Field.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
- Closed