[MDEV-11913] Split sp_get_item_value() into methods in Type_handler Created: 2017-01-26 Updated: 2017-04-07 Resolved: 2017-02-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.3.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
There is a switch in sp_get_item_value():
To make pluggable data types write SP variables correctly into the binary log, we'll split this function into methods on Type_handler. |
| Comments |
| Comment by Oleksandr Byelkin [ 2017-02-01 ] |
|
OK to push after renaming and comments we've discussed. |