[MDEV-12714] Determine Item::field_type() from Item::type_handler() Created: 2017-05-06 Updated: 2017-05-07 Resolved: 2017-05-06 |
|
| 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: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
We'll change Item::field_type() to be a non-virtual inline method:
and remove all virtual implementations from all Item descendants. |