Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mysql/mysql-connector-j
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.32
Choose a base ref
...
head repository: mysql/mysql-connector-j
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.33
Choose a head ref

Commits on Jul 24, 2014

  1. Post-release changes.

    fjssilva committed Jul 24, 2014
    Copy the full SHA
    181ba70 View commit details

Commits on Aug 5, 2014

  1. Updated license headers

    soklakov committed Aug 5, 2014
    Copy the full SHA
    b22ac30 View commit details

Commits on Aug 11, 2014

  1. Settings for code formatting

    soklakov committed Aug 11, 2014
    Copy the full SHA
    e6a6620 View commit details
  2. Code formatting

    soklakov committed Aug 11, 2014
    Copy the full SHA
    8d5e83e View commit details
  3. Code formatting

    soklakov committed Aug 11, 2014
    Copy the full SHA
    d8174ce View commit details

Commits on Aug 12, 2014

  1. Copy the full SHA
    5538061 View commit details

Commits on Aug 14, 2014

  1. Fix for Bug#19354014, changeUser() call results in "packets out of or…

    …der" error when useCompression=true.
    
    Fix for Bug#73577 (19443777), CHANGEUSER() CALL WITH USECOMPRESSION=TRUE COULD LEAD TO IO FREEZE
    soklakov committed Aug 14, 2014
    Copy the full SHA
    01f7f5e View commit details
  2. Fix for testBug19354014(), it should run only with servers supporting…

    … pluggable authentication.
    soklakov committed Aug 14, 2014
    Copy the full SHA
    c856725 View commit details

Commits on Aug 15, 2014

  1. Fix for Bug#73594 (19450418), ClassCastException in MysqlXADataSource…

    … if pinGlobalTxToPhysicalConnection=true
    soklakov committed Aug 15, 2014
    Copy the full SHA
    4c31d07 View commit details

Commits on Aug 19, 2014

  1. Copy the full SHA
    d619248 View commit details

Commits on Aug 22, 2014

  1. Code cleanup.

    CharsetTests.java renamed to CharsetTest.java.
    fjssilva committed Aug 22, 2014
    Copy the full SHA
    88be38f View commit details

Commits on Aug 28, 2014

  1. Copy the full SHA
    b07c177 View commit details
  2. Copy the full SHA
    52f57e3 View commit details
  3. Disabled cleanupTempFiles(). It should be modified to perform correct…

    …ly during concurrent execution of testsuite.
    soklakov committed Aug 28, 2014
    Copy the full SHA
    2861ae9 View commit details
  4. Copy the full SHA
    3e52c6d View commit details

Commits on Aug 29, 2014

  1. build.xml formatting

    fjssilva committed Aug 29, 2014
    Copy the full SHA
    85ebdaf View commit details
  2. build.xml indentation fix

    fjssilva committed Aug 29, 2014
    Copy the full SHA
    2b31e04 View commit details

Commits on Aug 31, 2014

  1. Copy the full SHA
    7ac90a9 View commit details
  2. Copy the full SHA
    640ef13 View commit details

Commits on Sep 1, 2014

  1. Fix for Bug#70436, Incorrect mapping of windows timezone to Olson tim…

    …ezone.
    
    TimeZone mappings were revised in order to use latest data from IANA Time Zone Database and Unicode CLDR.
    fjssilva committed Sep 1, 2014
    Copy the full SHA
    fc18736 View commit details

Commits on Sep 4, 2014

  1. Copy the full SHA
    eda35e8 View commit details

Commits on Sep 5, 2014

  1. Fix for Bug#19505524, UNIT TEST SUITE DOES NOT CONSIDER ALL THE PARAM…

    …ETERS PASSED TO BUILD.XML.
    fjssilva committed Sep 5, 2014
    Copy the full SHA
    4b735e5 View commit details

Commits on Sep 8, 2014

  1. Fix for Bug#19145408, Error messages may not be interpreted according…

    … to the proper character set
    Jess Balint committed Sep 8, 2014
    Copy the full SHA
    0f1f0f4 View commit details
  2. Fix for CallableStatementRegressionTest.testBug32246(). Test was tryi…

    …ng to delete it's tables in wrong order if previous testsuite run was done with com.mysql.jdbc.testsuite.retainArtifacts=true
    soklakov committed Sep 8, 2014
    Copy the full SHA
    62615c1 View commit details
  3. Copy the full SHA
    764e4c9 View commit details
  4. New version, 5.1.33

    soklakov committed Sep 8, 2014
    Copy the full SHA
    c2ac094 View commit details
Showing 327 changed files with 137,662 additions and 149,022 deletions.
4 changes: 2 additions & 2 deletions .bzr-mysql/default.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MYSQL]
tree_location = bzr+ssh://mmatthews@myrepo.no.oracle.com/bzrroot/connector-j/branches/branch_5_1/
tree_location = bzr+ssh://user@myrepo.no.oracle.com/bzrroot/connector-j/branches/branch_5_1/
# This line would send on every local branch commit.
# post_commit_to = tonci.grgin@oracle.com
post_push_to = MYSQL_COMMITS_WW@oracle.com
post_commit_url = bzr+ssh://mmatthews@myrepo.no.oracle.com/bzrroot/connector-j/branches/branch_5_1/
post_commit_url = bzr+ssh://user@myrepo.no.oracle.com/bzrroot/connector-j/branches/branch_5_1/
tree_name = connector-j/branches/branch_5_1
Loading