Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679022 - dev-db/mariadb-connector-c-3.0.9 released
Summary: dev-db/mariadb-connector-c-3.0.9 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-28 01:36 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-02-28 03:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2019-02-28 01:36:10 UTC
dev-db/mariadb-connector-c-3.0.9 was released on 2019-02-11.

https://mariadb.com/kb/en/library/mariadb-connector-c-309-release-notes/
"""
== Notable Bug fixes
* CONC-384: Incorrect packet when a connection attribute name or value is equal to or greater than 251
* CONC-388: field->def_length is always set to 0 (only used by deprecated function mysql_list_fields).
* Getter should get and the setter should set CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS
* Build system
** CONC-385: Removed some cmake system checks
** CONC-387: Fix case sensitive include file names for cross compiling
** Fixed cnake policy CMP007
** Support static linking auth plugins
** Remove pdb files from Windows Release build
** Fix build with deprecated OpenSSL API: replaced ERR_remove_state by ERR_remove_thread_state.

== New features
* Disable LOAD DATA LOCAL INFILE suport by default and auto-enable it for the duration of one query, if the query string starts with the word "load". In all other cases the application should enable LOAD DATA LOCAL INFILE support explicitly.
* Changed return code for mysql_optionv/mysql_get_optionv to 1 (was -1) and added CR_NOT_IMPLEMENTED error message if a option is unknown or not supported. This will fix possible error when setting connection attribute failed.
"""
Comment 1 Larry the Git Cow gentoo-dev 2019-02-28 03:09:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1106a5c96562e38069aea5bca50287c544f4b5

commit fa1106a5c96562e38069aea5bca50287c544f4b5
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-02-28 03:08:45 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-02-28 03:08:55 +0000

    dev-db/mariadb-connector-c: bump to v3.0.9
    
    Closes: https://bugs.gentoo.org/679022
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-db/mariadb-connector-c/Manifest                |   1 +
 .../mariadb-connector-c-3.0.9.ebuild               | 103 +++++++++++++++++++++
 2 files changed, 104 insertions(+)