-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 10.3.1
-
Component/s: OTHER
-
Labels:
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.
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-