Stefano Bagnara wrote: > Noel J. Bergman wrote: > > Stefano Bagnara wrote: >>> Where did you read that mysql recommend to downgrade to 2.0.14 >>> as a workaround for memory leaks? >> See http://bugs.mysql.com/bug.php?id=20003, particularly the second >> paragraph of the author's response. > Ok, I see, but this is not mysql AB recommending to downgrade, but the > user reporting this issue that say that *his* issue does not appear with > mm-mysql.
No ... read the second paragraph of THE AUTHOR'S response. Mark Matthews, THE AUTHOR of the driver and an employee of MySQL AB, wrote: Earlier versions of the driver didn't maintain references to these open statements and result sets (as is required by the JDBC spec), so they would be eligible for GC as soon as your application was done with them. So that "leak" wouldn't occur with the v2 driver. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]