lp:~maxb/connectorj/5.0

Created by Max Bowsher and last modified

This is branch_5_0 from the original MySQL Subversion repository. I put it on Launchpad because I was investigating old history and found that older branches were missing here.

Get this branch:
bzr branch lp:~maxb/connectorj/5.0
Only Max Bowsher can upload to this branch. If you are Max Bowsher please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Max Bowsher
Project:
MySQL Connector/J
Status:
Mature

Recent revisions

1587. By mmatthews

Give nested stack trace when the underlying logger can't be loaded.

1586. By mmatthews

Check for required compiler when building.

1585. By mmatthews

Update changelog for 5.0.9 release.

1584. By mmatthews

Fixed an issue where PreparedStatement.setObject(int, Object, int)
      didn't handle String values of "1" or "0" for the target SQL type
      of BIT properly.

1583. By mmatthews

Changed layout

1582. By mmatthews

Driver now calls SocketFactory.afterHandshake() at appropriate time.

1581. By mmatthews

Bumped version number.

1580. By mmatthews

Updated release date.

1579. By mmatthews

Fixed BUG#31053 - Connections established using URLs of the form
      "jdbc:mysql:loadbalance://" weren't doing failover if they tried to
      connect to a MySQL server that was down. The driver now attempts
      connections to the next "best" (depending on the load balance strategy
      in use) server, and continues to attempt connecting to the next "best"
      server every 250 milliseconds until one is found that is up and running
      or 5 minutes has passed.

      If the driver gives up, it will throw the last-received SQLException.

1578. By mmatthews

Type name for "integer" changed to "int" with fix for bug 27916, adjusting tests accordingly.

Branch metadata

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

Subscribers