mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02:00
Merge branch 'bb-10.1-serg' into 10.1
This commit is contained in:
commit
e04f6e7e3a
446 changed files with 7842 additions and 4999 deletions
|
|
@ -1576,6 +1576,10 @@ class Regexp_processor_pcre
|
|||
int m_pcre_exec_rc;
|
||||
int m_SubStrVec[30];
|
||||
uint m_subpatterns_needed;
|
||||
void pcre_exec_warn(int rc) const;
|
||||
int pcre_exec_with_warn(const pcre *code, const pcre_extra *extra,
|
||||
const char *subject, int length, int startoffset,
|
||||
int options, int *ovector, int ovecsize);
|
||||
public:
|
||||
String *convert_if_needed(String *src, String *converter);
|
||||
String subject_converter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue