diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-01-29 15:08:09 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-01-29 15:08:09 +0400 |
commit | 2c2b14f9a2ca44e9e0d5c4eeb16f63305a4d535c (patch) | |
tree | 8f169a00789a20a5778e1bd68b7cc7ae9e045e55 /regex/regcomp.c | |
parent | 231553039f63832fda515edfb80670de178da794 (diff) | |
download | mariadb-git-2c2b14f9a2ca44e9e0d5c4eeb16f63305a4d535c.tar.gz |
Reorganization to restore generating charset C files from conf files
Diffstat (limited to 'regex/regcomp.c')
-rw-r--r-- | regex/regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regex/regcomp.c b/regex/regcomp.c index 8a4ebbdfe17..d95a0ddf5d0 100644 --- a/regex/regcomp.c +++ b/regex/regcomp.c @@ -117,7 +117,7 @@ CHARSET_INFO *charset; # define GOODFLAGS(f) ((f)&~REG_DUMP) #endif - regex_init(); /* Init cclass if neaded */ + regex_init(charset); /* Init cclass if neaded */ preg->charset=charset; cflags = GOODFLAGS(cflags); if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) |