mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 08:34:28 +02:00
Merge branch '11.2' into 11.4
This commit is contained in:
commit
1640c9b06e
467 changed files with 12308 additions and 5086 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue