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/reginit.c | |
parent | f5686cca9c9698c5e894623a3a0bc1430d131bd2 (diff) | |
download | mariadb-git-c83303cd365f8f5a61807a84a8154035110b293a.tar.gz |
Reorganization to restore generating charset C files from conf files
Diffstat (limited to 'regex/reginit.c')
-rw-r--r-- | regex/reginit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regex/reginit.c b/regex/reginit.c index fe81f88a342..09ffff37ef0 100644 --- a/regex/reginit.c +++ b/regex/reginit.c @@ -7,12 +7,11 @@ static bool regex_inited=0; -void regex_init() +void regex_init(CHARSET_INFO *cs) { char buff[CCLASS_LAST][256]; int count[CCLASS_LAST]; uint i; - CHARSET_INFO *cs=default_charset_info; if (!regex_inited) { |