Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
The code that handler CAST is not friendly to pluggable data types.
We'll remove enum Cast_target and change the underlying code to use a new method in Type_handler instead:
virtual Item *create_typecast_item(THD *thd, Item *item, |
const Type_cast_attributes &attr) const; |
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
- Closed