[MDEV-17907] Class Static_binary_string Created: 2018-12-05 Updated: 2018-12-07 Resolved: 2018-12-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.4.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
In order to implement
and move all methods that do not need allocation and character set from String to Static_binary_string. Later, we'll eventually derive Static_binary_string from LEX_STRING. |