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 | c83303cd365f8f5a61807a84a8154035110b293a (patch) | |
| tree | 8f169a00789a20a5778e1bd68b7cc7ae9e045e55 /regex/regcomp.c | |
| parent | f5686cca9c9698c5e894623a3a0bc1430d131bd2 (diff) | |
| download | mariadb-git-c83303cd365f8f5a61807a84a8154035110b293a.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)) |
