mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-4425 REGEXP enhancements
This commit is contained in:
@ -160,6 +160,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