Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
We'll change Item::cmp_type() to be a non-virtual inline method:
Item_result cmp_type() const |
{
|
return type_handler()->cmp_type(); |
}
|
and remove all virtual implementations from all Item descendants.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-
- relates to
-
MDEV-12714 Determine Item::field_type() from Item::type_handler()
-
- Closed
-
-
MDEV-12719 Determine Item::result_type() from Item::type_handler()
-
- Closed
-
-
MDEV-9215 Detect cmp_type() and result_type() from field_type()
-
- Closed
-
Activity
Component/s | OTHER [ 10125 ] | |
Fix Version/s | 10.3 [ 22126 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Link |
This issue relates to |
Link |
This issue relates to |
Fix Version/s | 10.3.1 [ 22532 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 80640 ] | MariaDB v4 [ 133243 ] |