[MDEV-17250] Remove unused Item_copy_xxx Created: 2018-09-20 Updated: 2018-09-20 Resolved: 2018-09-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 5.5.62, 10.0.37, 10.2.18, 10.3.11, 10.4.0, 10.1.37 |
| Type: | Task | Priority: | Critical |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In this class hierarchy:
Only Item_copy_string is used in the code. We'll remove all unused classes.
This problem seems to be earlier fixed in a different way in MariaDB, without using Item_copy_(int|uint|float|decimal). |
| Comments |
| Comment by Alexander Barkov [ 2018-09-20 ] |
|
All tests seem to present in MariaDB-5.5. |