[MDEV-12718] Determine Item::cmp_type() from Item::type_handler() Created: 2017-05-07 Updated: 2017-05-17 Resolved: 2017-05-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.3.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype, refactoring | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
We'll change Item::cmp_type() to be a non-virtual inline method:
and remove all virtual implementations from all Item descendants. |