mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
# Bug#8785 Problem with nested concats and
character set conversion of a string constant.
This commit is contained in:
@@ -177,6 +177,10 @@ public:
|
||||
}
|
||||
}
|
||||
}
|
||||
inline void shrink_to_length()
|
||||
{
|
||||
Alloced_length= str_length;
|
||||
}
|
||||
bool is_alloced() { return alloced; }
|
||||
inline String& operator = (const String &s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user