Skip to content

Commit dd5e852

Browse files
lawrinlawrin
authored andcommitted
Missing CHANGES file entry for the previous revision(Bug #16277170 fix)
1 parent 89cefb7 commit dd5e852

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2323
*/
2424

25-
GA 1.1.3 -
25+
GA 1.1.3 - 2013-03-22
2626
- Added boolean connection option OPT_ENABLE_CLEARTEXT_PLUGIN allowing to
2727
enable cleartext libmysql plugin. That plugin is required for some
2828
authentication methods, e.g. PAM. (Bug#16520952)
29+
- getBestRowIdentifier() now considers unique not nullable indexes in case
30+
when primary key does not exist. (Bug#16277170)
2931

3032
GA 1.1.2 - 2013-01-16
3133
- Expired password support. Connection options

test/unit/classes/connectionmetadata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2+
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
33
44
The MySQL Connector/C++ is licensed under the terms of the GPLv2
55
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most

test/unit/classes/connectionmetadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2+
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
33
44
The MySQL Connector/C++ is licensed under the terms of the GPLv2
55
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most

0 commit comments

Comments
 (0)