Bug #11976 maxPerformance.properties misspells 'elideSetAutocommits'
Submitted: 15 Jul 2005 23:50 Modified: 17 Oct 2005 21:42
Reporter: Peter Andrews
Status: Closed
Category:Connector/J Severity:S3 (Non-critical)
Version:3.10.11 OS:N/A
Assigned to: Mark Matthews Target Version:

[15 Jul 2005 23: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 10:05] Vasily Kishkin
Could you please attach simple test case ?
[16 Jul 2005 14:32] Mark Matthews
No testcase needed.