Merge branch '11.2' into 11.4

This commit is contained in:
Oleksandr Byelkin 2024-08-04 11:04:39 +02:00 committed by Sergei Golubchik
commit 1640c9b06e
467 changed files with 12308 additions and 5086 deletions

View file

@ -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;