summaryrefslogtreecommitdiff
path: root/regex/cclass.h
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2003-09-24 13:57:26 +0500
committerbar@bar.mysql.r18.ru <>2003-09-24 13:57:26 +0500
commit52bb4efcddc9365e380417d654d28aeb7afc1e6c (patch)
tree448ed92b80853b37f5da3790377626724f67208d /regex/cclass.h
parentefd94f5ba972bb10d2d10fe46fc9153536941e92 (diff)
downloadmariadb-git-52bb4efcddc9365e380417d654d28aeb7afc1e6c.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[];