mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '11.2' into 11.4
This commit is contained in:
@@ -585,7 +585,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