|
From: Dan F. <da...@ha...> - 2007-01-20 20:38:56
|
Steve Pellegrin wrote: > I always see these messages every time I reboot. As I recall, they > only occur if you have db clustering turned off. (May be some other > option, it's been a while). > Well sorta. It happens when the db clustering module isnt loaded. Since the options i set are actually a properties for DBIx::DBCluster, and it isnt loaded, it becomes a simple variable that is never used which then gives the warning "used only once: possible typo..". It only happens when using DBI instead of DBx::DBCluster. So even if config has db_cluster=off, as long as sqlgrey is installed with make db_cluster you wont get the warnings. The warnings will be gone in 1.7.5. The warnings has NO effect on sqlgrey's normal functions. - Dan |