Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
In order to implement MDEV-17906 easier, let's have this class:
class Static_binary_string
|
{
|
protected:
|
char *Ptr;
|
uint32 str_length;
|
public:
|
..
|
};
|
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.
Attachments
Issue Links
- blocks
-
MDEV-7063 Split String into logical components
- Stalled
-
MDEV-13995 MAX(timestamp) returns a wrong result near DST change
- Closed
-
MDEV-17906 Class Binary_string
- Closed