Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
We'll add a new method:
virtual bool Item_save_in_value(Item *item, st_value *value) const= 0; |
and replace the switch in Item::store:
bool store(struct st_value *value, ulonglong fuzzydate) |
{
|
switch (cmp_type()) { |
...
|
}
|
}
|
to a call of the new method.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
- Closed