~ubuntu-branches/ubuntu/trusty/mysql-connector-java/trusty

« back to all changes in this revision

Viewing changes to src/com/mysql/jdbc/jdbc2/optional/MysqlXAConnection.java

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-11-06 23:49:02 UTC
  • mfrom: (1.1.10) (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20131106234902-fhupetvkmt34mg01
Tags: 5.1.27-1
* New upstream release
* Refreshed the patches
* Updated Standards-Version to 3.9.5 (no changes)
* Use XZ compression for the upstream tarball
* Switch to debhelper level 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                temp.put(Integer.valueOf(1400), Integer.valueOf(XAException.XAER_OUTSIDE));
83
83
                temp.put(Integer.valueOf(1401), Integer.valueOf(XAException.XAER_RMERR));
84
84
                temp.put(Integer.valueOf(1402), Integer.valueOf(XAException.XA_RBROLLBACK));
 
85
                temp.put(Integer.valueOf(1440), Integer.valueOf(XAException.XAER_DUPID));
85
86
 
86
87
                MYSQL_ERROR_CODES_TO_XA_ERROR_CODES = Collections.unmodifiableMap(temp);
87
88
        }