Reorganization to restore generating charset C files from conf files

This commit is contained in:
unknown 2003-01-29 15:08:09 +04:00
commit 2c2b14f9a2
17 changed files with 4139 additions and 4067 deletions

View file

@ -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)
{