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