lp://staging/~mark-matthews-a/connectorj/5.1
- Get this branch:
- bzr branch lp://staging/~mark-matthews-a/connectorj/5.1
Branch merges
Branch information
- 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.
- 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.
- 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)