MariaDB Connector/C 3.0.9 Changelog

DownloadRelease NotesChangelogAbout MariaDB Connector/C

Release date: 11 Feb 2019

For the highlights of this release, see therelease notes.

The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.

  • Revision #2c5aebb 2019-02-08 16:36:35 +0100

    • auto_local_infile is not an user-settable option

  • Revision #7923e8d 2019-02-07 12:12:14 +0100

    • Fix number->string conversion in PS to follow the manual

  • Revision #70f2964 2019-02-07 04:14:55 +0100

  • Revision #1e5e21c 2019-02-06 18:14:57 +0100

    • compilation on Windows

  • Revision #3e8973c 2019-02-06 16:06:30 +0100

    • it's not a truncation if the number fits into a buffer exactly

  • Revision #95b5dea 2019-02-06 12:25:20 +0100

    • ENABLED_LOCAL_INFILE is always defined now

  • Revision #0ca2f2c 2019-02-06 11:00:42 +0100

    • Fixed conversion from zerofill integer to MYSQL_TYPE_STRING:

  • Revision #3beab84 2019-02-06 09:02:03 +0100

    • mtr fix: mysql_client_test still uses the deprecated mysql_list_fields function, so we can set default value to zero (mysql_client_tedt doesn't check the value and crashes).

  • Revision #821185c 2019-02-05 14:00:49 +0100

  • Revision #438b7f4 2019-02-05 13:58:07 +0100

  • Revision #02bf903 2019-02-05 12:37:37 +0100

    • Merge pull request #102 from robertbindar/master

  • Revision #f9e626b 2019-02-05 08:26:36 +0200

    • Support for expired passwords

  • Revision #5783a8b 2019-02-05 13:56:59 +0100

    • Set values for field->def and field->def_length to zero - they are populated only from deprecated api function mysql_list_fields.

  • Revision #02e7d56 2019-02-05 07:19:36 +0100

    • Crude "auto-load-data-local-infile" mode

  • Revision #2e3c152 2019-02-03 21:27:26 +0100

    • Fixed UBSan Error

  • Revision #54afa03 2019-02-03 21:14:49 +0100

    • Fix build with deprecated OpenSSL API:

  • Revision #3ab17c0 2019-02-03 17:26:24 +0100

    • Fix compiler warning (gcc-8.1)

  • Revision #017a67e 2019-02-03 17:25:59 +0100

    • Fix compiler warning (missing dl prototypes)

  • Revision #29f18ed 2019-02-03 16:32:48 +0100

  • Revision #9f39c5c 2019-02-03 09:25:50 +0100

    • Merge pull request #98 from methane/static-sha2

  • Revision #14c8a88 2019-01-18 17:58:53 +0900

    • Support static linking auth plugins

  • Revision #4c93379 2019-02-03 09:25:09 +0100

    • Merge pull request #99 from methane/release-without-debinfo

  • Revision #5764fba 2019-01-18 20:50:13 +0900

    • Don't install pdb files for Release build

  • Revision #cb08739 2019-02-03 16:28:38 +0100 *

    • Changed return code for mysql_optionv/mysql_get_optionv to 1 (was -1) and added CR_NOT_IMPLEMENTED error message. if a options is unknown or not supported. This will fix possible error when setting connection attributes. Kudos to Coray Hickey for providing this patch!

  • Revision #4964fae 2019-01-25 08:13:57 +0100

  • Revision #4e29e3b 2019-01-25 08:13:29 +0100

    • bumped version number to 3.0.9

  • Revision #d803ec8 2019-01-19 01:20:14 +0100

    • restore pthread_self() on Windows, used in openssl implementation

  • Revision #80bdd39 2019-01-18 17:30:49 +0100

    • fix a 'variable maybe uninitialized' warning

  • Revision #f4ad58c 2019-01-18 12:26:41 +0100

    • little MySQL compatibility

  • Revision #16c780e 2019-01-17 20:03:14 +0100

    • Build fix: Do not set CMAKE_REQUIRED_LIBRARIES before finishing internal checks (CMAKE_POLICY CMP0075).

  • Revision #5d5f715 2019-01-17 19:36:30 +0100

    • fix up after eb28bf1dadc08664d7f2a95cbf565b5b7064d359

  • Revision #eb28bf1 2019-01-11 19:16:27 +0100

    • CONC-385 Remove some irrelevant cmake system checks

  • Revision #2fcebab 2019-01-11 19:11:24 +0100

    • Fix CMake warning CMP0077

Last updated

Was this helpful?