4 messages in com.mysql.lists.javaRe: MySQL >5.0.18 and Connector/J 5.0...
FromSent OnAttachments
Christopher G. Stach II15 Dec 2006 05:54 
Christopher G. Stach II16 Dec 2006 14:16 
Christopher G. Stach II16 Dec 2006 17:38 
Christopher G. Stach II20 Dec 2006 10:46 
Subject:Re: MySQL >5.0.18 and Connector/J 5.0.4 weirdness
From:Christopher G. Stach II (cg@ldsys.net)
Date:12/20/2006 10:46:26 AM
List:com.mysql.lists.java

Anyway, I couldn't set anything with the URL or the init-params. I just added a breakpoint and manually changed "traceProtocol" and "detectServerPreparedStmts" (aka "useServerPrepStmts") to true. Voila! Things again work as expected.

Whoops. I meant that I set "detectServerPreparedStmts" to false.

Okay, I finally found a way to reproduce it with the command line client, so this bug has nothing to do with Connector/J; however, the bit about Resin might be useful to anyone using it via ConnectionPoolDataSource or MysqlXADataSource.