lp:~mark-matthews-a/connectorj/5.1

Created by Mark Matthews and last modified
This branch may be out of date, because Launchpad has not been able to access it since .
Get this branch:
bzr branch lp:~mark-matthews-a/connectorj/5.1

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mark Matthews
Project:
MySQL Connector/J
Status:
Mature
Location:
<private server>
Last mirrored:
Next mirror:
Disabled

Updating branch...

Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.

Recent revisions

1093. By Tonci Grgin <email address hidden>

Fix for Bug#12565726, not putting the space between VALUES() and ON DUPLICATE KEY UPDATE

causes C/J a) enter rewriting the query altrhough it has ON UPDATE
and b) to generate the wrong query with multiple ON DUPLICATE KEY

1092. By Mark Matthews

Move particular compression-related tests into separate class to ease debugging under hudson.

1091. By Mark Matthews

SSLSockets don't support shutdownInput/Output().

1090. By Mark Matthews

The number of rows that ultimately get inserted depends on max_allowed_packet, and how big the batch was at the time it was in-error.

1089. By Mark Matthews

Add a change-user sanity/stress test.

1088. By Mark Matthews

Change leeway to account for non-deterministic VM performance.

1087. By Tonci Grgin <email address hidden>

Confirming bzr upgrade

1086. By Todd Farmer <email address hidden>

Confirming bzr upgrade to 2a worked.

1085. By Mark Matthews

Fix for Bug#61866/12791594 - Calling Statement.getWarnings() after
    Statement.clearWarnings() has been called, returns the "old" warnings.

1084. By Mark Matthews

Fix for Bug#61501 - Calling Statement.cancel() on a statement that isn't
    currently executing will cause some later-executed query on the same
    connection to be cancelled unexpectedly. The driver now guards against this
    condition, but it is an underlying server issue. The MySQL statement "KILL QUERY"
    (which is what the driver uses to implement Statement.cancel()) is rather
    non-deterministic, and thus the use of Statement.cancel() should be avoided
    if possible.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.