if (mcoding__init () < 0)
goto err;
MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize conv module."));
- if (mdatabase__init () < 0)
- goto err;
- MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize database module."));
if (mcharset__load_from_database () < 0)
goto err;
MDEBUG_PRINT_TIME ("INIT", (stderr, " to load charset definitions."));