Merge branch '2.1' into develop
This commit is contained in:
@ -369,6 +369,16 @@ static const char* BUILTIN_FUNCTIONS[] =
|
||||
"to_base64",
|
||||
"weight_string",
|
||||
|
||||
/*
|
||||
* Regex functions
|
||||
* https://mariadb.com/kb/en/mariadb/regular-expressions-functions/
|
||||
*/
|
||||
"regexp",
|
||||
"regexp_instr",
|
||||
"regexp_replace",
|
||||
"regexp_substr",
|
||||
"rlike",
|
||||
|
||||
/*
|
||||
* http://dev.mysql.com/doc/refman/5.7/en/row-subqueries.html
|
||||
*/
|
||||
|
Reference in New Issue
Block a user