All pages
Powered by GitBook
1 of 1

Loading...

Connector/C 2.2.0 Changelog

DownloadRelease NotesChangelogAbout MariaDB Connector/C

Release date: 29 Sep 2015

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 #30ba4fe 2015-09-28 10:30:06 +0200

    • Fix for : use #include "my_stmt.h" instead of <my_stmt.h>

  • 2015-09-23 09:06:16 +0200

    • Ignore zip and gz files when building source packages

  • 2015-09-23 07:53:08 +0200

    • Fixed source package build

  • 2015-09-19 16:01:02 +0200

    • Fix for . When CMAKE_BUILD_TYPE is Release some gcc versions fail to compile my_context.c

  • 2015-09-19 13:02:30 +0200

    • Added build option WITH_REMOTEIO (default=off)

  • 2015-09-19 11:27:26 +0200

    • Changed version number to 2.2.0

  • 2015-09-19 10:34:45 +0200

    • Fix windows build: predefined variable for VS is _MSC_VER

  • 2015-09-19 08:54:49 +0200

    • Fixed wrong socket_blocking, introducd with fix for

  • 2015-09-18 15:27:47 +0200

    • Merge branch 'connector_c_2.2' of

  • 2015-09-18 14:35:43 +0200

    • Fix for : Build with XCode generator fails Both shared and static library are built from object library. XCode doesn't like targets which have only object files, so we just add an empty file.

  • 2015-09-17 19:17:53 +0200

    • Fixed build when using external iconv on MacOS

  • 2015-09-17 14:15:38 +0200

    • Fix for : MinGW error due to ssize_t redefinition

  • 2015-09-17 11:11:38 +0200

    • Fix for : Prevent redefinition of ssize_t for MinGW build

  • 2015-09-17 08:14:13 +0200

    • : set stmt->state to MYSQL_STMT_FETCH_DONE if no more resultsets are available

  • 2015-09-11 17:06:43 +0200

    • Fixed bug in OpenSSL: instead of ca and ca_list we need to store crl and crl_list for CRL_CHECK

  • 2015-09-08 10:25:20 +0200

    • Fix for : Initial wait on connect is wrong direction We need to wait for read instead of write if connect_timeout was specified

  • 2015-09-08 07:33:30 +0200

    • Fix for (asynchronous api): Check if connection is still alive in mysql_close_start

  • 2015-09-05 17:17:14 +0200

    • Fix for : When mysql_ssl_set will be called twice, memory from first call will not be freed. We call now mysql_optionsv in mysql_ssl_set so values will be freed and new ones will be assigned. my_strdup now checks flag MY_ALLOW_ZERO_PTR

  • 2015-08-16 11:33:31 +0200

    • Fix for : Error code not set in mysql_stmt_send_long_data

  • 2015-08-16 11:33:31 +0200

    • Fix for : Error code not set in mysql_stmt_send_long_data

  • 2015-08-13 10:05:02 +0200

    • Fix memory overrun: When reallocating net->buffer we need to allocate extra space for header and compressed header

  • 2015-08-02 14:05:36 +0200

    • Fixed libs in mariadb_config

  • 2015-08-02 14:05:36 +0200

    • Fixed libs in mariadb_config

  • 2015-07-16 08:06:03 +0200

    • Bumped version number to 3.0.0

  • 2015-07-14 13:57:23 +0200

    • Merge pull request #3 from grooverdan/speling-capability

  • 2015-07-14 18:17:19 +1000

    • more spelling/grammar errors

  • 2015-07-14 18:07:27 +1000

    • spell capabilites -> capabilities

  • 2015-07-14 06:11:09 +0200

    • Merge remote-tracking branch 'origin/connector_c_2.2'

  • 2015-07-14 06:07:36 +0200 *

    • Fix for : mysql_select_db_start/cont aren't declared in mysql.h - ma_dyncol.h no longer requires longlong declaration from my_global.h

  • 2015-07-06 17:27:54 +0200

    • Bump minor version number

  • 2015-07-01 15:35:40 +0200

    • Merge remote-tracking branch 'origin/connector_c_2.2'

  • 2015-07-01 15:31:32 +0200

    • Fix for : Return value of mysql_get_socket() indicating "no socket" not defined mysql_get_socket now returns in case of error: MARIADB_INVALID_SOCKET instead of INVALID_SOCKET (which isn't defined on several OS). MARIADB_INVALID_SOCKET is defined as -1.

  • 2015-06-27 08:55:21 +0200

    • Merge remote-tracking branch 'origin/connector_c_2.2'

  • 2015-06-27 08:52:47 +0200

    • Fix for : Set SUFFIX and PREFIX_INSTALL_DIR when specified

  • 2015-06-26 11:01:10 +0200

    • Merge remote-tracking branch 'origin/connector_c_2.2'

  • 2015-06-26 11:00:01 +0200

    • Fix for bug : Free async context when closing options (mysql_options_close)

  • 2015-06-26 09:52:11 +0200

    • Merge remote-tracking branch 'origin/connector_c_2.2'

  • 2015-06-26 09:50:07 +0200

    • Moved certificate creation to CMakeLists.txt

  • 2015-06-25 22:48:27 +0200

    • Small fix in STRING REPLACE command uses in unittest/libmariadb/CMakeLists.txt to let cmake swallow it

  • 2015-06-25 09:19:11 +0200

    • Merge remote-tracking branch 'origin/connector_c_2.2'

  • 2015-06-17 09:54:31 +0200

    • added missing fingerprint white list

  • 2015-06-11 13:21:25 +0200 *

    • OpenSSL security: report an error if client requires SSL but server doesn't support SSL (MTM attack) new options MARIADB_OPT_SSL_FP for fingerprint of server certificate MARIADB_OPT_SSL_FP_LIST for white list of finger prints.

  • 2015-04-07 17:06:35 +0200

    • Minor windows fixes

  • 2015-03-19 20:42:16 +0100 *

    • Don't include curl.h if LIBCURL is not installed - Export utf16le charset

  • 2015-03-18 20:03:02 +0100

    • Added missing file ma_io.c:

  • 2015-03-18 19:52:51 +0100

    • Added support for remote files via plugin.

  • 2015-03-18 19:15:22 +0100

    • my_free now expects only 1 paraemter: void *ptr. This will allow us to share code between connector and server (e.g. dynamic columns)

  • 2015-03-18 18:21:47 +0100

    • Last commit (fix for ) was incomplete for unknown reason

  • 2015-03-15 19:10:33 +0100

    • Fix for : MariaDB Connector/C accepts dummy/self signed CA's

  • 2015-02-14 16:07:51 +0100

    • Add toolchain file for linux_x86 cross compiling

  • 2015-02-08 21:25:06 +0100

    • Fix for : Don't ship my_config.h in source packages - it will be created during cmake

  • 2015-02-06 06:48:56 +0100

    • Fix for : mariadb_deinitialize_ssl was declared as uint (which requires including my_global.h) instead of unsigned int

  • 2015-02-04 10:35:27 +0100

    • removed sqlite plugin

  • 2015-02-03 21:35:53 +0100

    • removed SQLLite option

CONC-143
Revision #9d12de0
Revision #2acfd9c
Revision #604897e
CONC-133
Revision #0bc7dc5
Revision #5b33965
Revision #31c2a38
Revision #7b81b34
CONC-130
Revision #f0e8953
mariadb-connector-c
Revision #1f71590
CONC-139
Revision #07c0170
Revision #b0444f5
CONC-140
Revision #8f64528
CONC-140
Revision #b950d2c
CONC-141
Revision #bc4a828
Revision #7b59e09
CONC-130
Revision #abf0080
CONC-129
Revision #7526361
CONC-138
Revision #94a32d6
CONC-137
Revision #a6f40f2
CONC-137
Revision #1466fec
Revision #9e0f506
Revision #8f5ec7d
Revision #330b7fb
Revision #3f1c7df
Revision #bd6c340
Revision #b42f702
Revision #3c4bb27
Revision #318257b
CONC-136
Revision #bdb3c65
Revision #180a990
Revision #b1e0231
CONC-135
Revision #c615d61
Revision #af04caf
CONC-132
Revision #8f5e915
Revision #33027b8
CONC-131
Revision #64720ee
Revision #ce013e7
Revision #8d7118f
Revision #50e3a25
Revision #ae96108
Revision #28dadb0
Revision #8680b57
Revision #ec631f3
Revision #bf33a4e
Revision #95724c8
Revision #77251b0
Revision #11bcd44
CONC-127
Revision #f8ebc60
CONC-127
Revision #0612563
Revision #ad50f9c
CONC-121
Revision #0b5a685
CONC-120
Revision #7716833
Revision #fed2447

The most recent release of is:

Connector/C 3.4.8 Download Now

MariaDB Connector/C

This page is licensed: CC BY-SA / Gnu FDL