mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '11.4' into 11.5
This commit is contained in:
@@ -543,7 +543,7 @@ public:
|
||||
LEX_CSTRING tmp= {Ptr, str_length};
|
||||
return tmp;
|
||||
}
|
||||
inline LEX_CSTRING *get_value(LEX_CSTRING *res)
|
||||
inline LEX_CSTRING *get_value(LEX_CSTRING *res) const
|
||||
{
|
||||
res->str= Ptr;
|
||||
res->length= str_length;
|
||||
|
Reference in New Issue
Block a user