summaryrefslogtreecommitdiff
path: root/regex/cclass.h
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-09-24 13:57:26 +0500
committerunknown <bar@bar.mysql.r18.ru>2003-09-24 13:57:26 +0500
commit3354e7f8dff8ce8cd4b383e8cfb4253f2ce4ee10 (patch)
tree448ed92b80853b37f5da3790377626724f67208d /regex/cclass.h
parent0a9b64cc5984678f3ca72be6c0c7f14fdde138f1 (diff)
downloadmariadb-git-3354e7f8dff8ce8cd4b383e8cfb4253f2ce4ee10.tar.gz
regexp worked only with the default character set.
Now it can work with any character set.
Diffstat (limited to 'regex/cclass.h')
-rw-r--r--regex/cclass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regex/cclass.h b/regex/cclass.h
index e0f752f38b8..b877b5dee6b 100644
--- a/regex/cclass.h
+++ b/regex/cclass.h
@@ -18,4 +18,5 @@ extern struct cclass {
const char *name;
const char *chars;
const char *multis;
+ uint mask;
} cclasses[];