[MDEV-9327] Split memcpy_field_possible() into virtual methods in Field Created: 2015-12-26 Updated: 2016-01-11 Resolved: 2015-12-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.2.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | refactoring | ||
| Issue Links: |
|
||||||||
| Description |
|
In order to make pluggable data types and built-in data types look similar inside the server code, we will split the function:
into virtual methods in Field. |