Paul,

I think I have stumbled upon some problems in the latest head snapshot (config.c), while investigating why table_prefix didn't have any effect.

* A lot of code in GetDBParams() expect config_get_value() to return -1 (or < 0) in case of error, but it always return 0.

* Related, the section that processes table_prefix will write the default to db_params->pfx if config_get_value() returns 0, effectively disabling the directive.

I will probably make a quick fix to serve my purpose.

Regards,
Robert Andersson

Reply via email to