mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.0-base -> 10.0
This commit is contained in:
@ -164,6 +164,11 @@ public:
|
||||
LEX_STRING lex_string = { (char*) ptr(), length() };
|
||||
return lex_string;
|
||||
}
|
||||
LEX_CSTRING lex_cstring() const
|
||||
{
|
||||
LEX_CSTRING lex_cstring = { ptr(), length() };
|
||||
return lex_cstring;
|
||||
}
|
||||
|
||||
void set(String &str,uint32 offset,uint32 arg_length)
|
||||
{
|
||||
|
Reference in New Issue
Block a user