MariaDB Connector/C 2.3.6 Changelog

You are viewing an old version of this article. View the current version here.

The most recent Stable (GA) release of MariaDB Connector/C is:
MariaDB Connector/C 3.3.8

Download Release Notes Changelog About MariaDB Connector/C

Release date: 7 Jun 2018

For the highlights of this release, see the release notes.

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

  • Revision #783d7ad 2018-06-05 08:21:46 +0200
    • Set default charset to latin1
  • Revision #9311595 2018-06-05 08:20:53 +0200
    • Revert "bumped version number"
  • Revision #2a83c0b 2018-05-30 13:45:00 +0200
    • bumped version number
  • Revision #d2154fa 2018-05-29 13:34:11 +0200
    • Fixed compiler bug caused by merge from master branch
  • Revision #e245f2d 2018-05-29 09:49:35 +0200
    • Fix for CONC-334: Copy all members of MYSQL_FIELD from mysql->fields to stmt->fields.
  • Revision #589760a 2018-05-28 15:57:25 +0200
  • Revision #0781cb9 2018-05-28 15:47:04 +0200
    • Changed setting version-script file in cmake script
  • Revision #fb100c8 2018-05-28 15:51:58 +0200
    • Fixed string conversion to MYSQL_TIME_TYPE:
      • added support for negative time values
      • invalid strings (and/or conversion) and invalid values will result in MYSQL_TIMESTAMP_ERROR time type
      • added support for 2digit year representation:
        • values < 69 will be converted to 20YY
        • values >= 69 will be converted to 19YY
  • Revision #33fbafa 2018-05-28 15:46:05 +0200
    • Connection attributes fix: Throw an error if key or val has zero length
  • Revision #01f78eb 2018-05-25 10:37:51 +0200
    • Set default sign options if not specified
  • Revision #fba1e54 2018-05-25 10:24:59 +0200
    • Fix msi build (code signing)
  • Revision #d25dbac 2018-05-24 17:16:56 +0200
    • Add status definitions for server_status: - SERVER_STATUS_IN_TRANS_READONLY - SERVER_STATUS_ANSI_QUOTES
  • Revision #351860f 2018-05-23 18:59:53 +0200
    • Changes enabling build C/C v2.3 as a sub-project
  • Revision #7d0d7f2 2018-05-22 15:02:20 +0200
    • Add support for length encoded datetime strings: In some cases server doesn't send date values with field type MYSQL_TYPE_STRING, but as length encoded string with type MYSQL_TYPE_VAR_STRING.
  • Revision #2861c15 2018-05-17 05:20:55 +0200
    • MDEV-15450: Add Host Name Field to MariaDB Client Handshake Protocol
  • Revision #f71b4f8 2018-04-09 15:59:16 +0200
    • Fix for CONC-315: If no default client character set was specified, the utf8 character set will be used by default (instead of setting the client character set to server character set).
  • Revision #2bd29c2 2018-02-20 18:58:17 +0100
    • Fix for CONC-133: Allow to build connector/c with older (outdated) gcc compilers. This was fixed in C/C 3.0.x already
  • Revision #f99dcfb 2018-01-19 07:30:46 +0100
    • Bumped version number to 2.3.6

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.