Bug #11976 maxPerformance.properties misspells 'elideSetAutocommits'
Submitted: 15 Jul 2005 21:50 Modified: 17 Oct 2005 19:42
Reporter: Peter Andrews Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:3.10.11 OS:N/A
Assigned to: Mark Matthews CPU Architecture:Any

[15 Jul 2005 21:50] Peter Andrews
Description:
The maxPerformance.properties file in com\mysql\jdbc\configs is missing the 's' for elideSetAutocommits so it will not work.

How to repeat:
put 'useConfigs=maxPerformance' into your connector j properties. Communicate with mysql and note that 'set autocommit=1' is sent with every query when it should not

Suggested fix:
add an 's'!
[16 Jul 2005 8:05] Vasily Kishkin
Could you please attach simple test case ?
[16 Jul 2005 12:32] Mark Matthews
No testcase needed.