1
0
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:
unknown
2003-09-24 13:57:26 +05:00
parent 4e09f14b18
commit e9299e6da9
4 changed files with 73 additions and 21 deletions

View File

@@ -18,4 +18,5 @@ extern struct cclass {
const char *name;
const char *chars;
const char *multis;
uint mask;
} cclasses[];