From: Chris N. <pu...@po...> - 2001-02-23 14:05:50
|
At 14:06 -0500 2001.02.22, Perry Shang wrote: >Have anyone get Bender successfully installed? I keep getting >"Issuing rollback() for database handle being DESTROY'd without explicit >disconnect()." >in Apache error_log. I have traced to Slash::Apache::User::handler. Some >how, I just can't disconnect MySQL. Any clue? Note to add to what Brian said: this warning does not mean you can't disconnect MySQL. It means there is not an _explicit_ disconnect; it will disconnect, I believe, by virtue of the database handle being destroyed. Brian, is there a way we can add a disconnect() in there, just to be clean? -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |