mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
regexp worked only with the default character set.
Now it can work with any character set.
This commit is contained in:
@@ -18,4 +18,5 @@ extern struct cclass {
|
||||
const char *name;
|
||||
const char *chars;
|
||||
const char *multis;
|
||||
uint mask;
|
||||
} cclasses[];
|
||||
|
||||
Reference in New Issue
Block a user