diff options
author | bar@bar.mysql.r18.ru <> | 2003-09-24 13:57:26 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-09-24 13:57:26 +0500 |
commit | 52bb4efcddc9365e380417d654d28aeb7afc1e6c (patch) | |
tree | 448ed92b80853b37f5da3790377626724f67208d /regex/cclass.h | |
parent | efd94f5ba972bb10d2d10fe46fc9153536941e92 (diff) | |
download | mariadb-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.h | 1 |
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[]; |