All pages
Powered by GitBook
1 of 1

Loading...

Connector/C 2.0.0 Changelog

DownloadRelease NotesChangelog

Release date: 2 Apr 2014

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

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

  • Revision #130 Tue 2014-04-01 17:49:26 +0200

    • Recommit test fixes (for buildbot test)

  • Wed 2014-03-19 09:40:44 +0100

    • Include code signing process in vs build (disabled clude_from_all)

  • Wed 2014-03-19 08:22:39 +0100

    • Added signtool support to digitally sign files

  • Tue 2014-03-18 21:12:50 +0100

    • bump version number to 2.0.0 (release prepare) fixed rtf formatting of license

  • Tue 2014-03-18 20:50:34 +0100

    • Added different upgrade codes for 32 and 64bit packages

  • Tue 2014-03-18 20:09:00 +0100

    • Fix msi package name

  • Tue 2014-03-18 17:53:50 +0100

    • buildbot and msi fixes

  • Mon 2014-03-17 12:57:40 +0100

    • Replaced mysql_options4 by mysql_optionsv For libmysql compatibility mysql_options4 macro was added

  • Thu 2014-03-13 16:44:55 +0100

    • Fix for : Crash in prepared statements after reconnect save stmt->mysql, since it will be set to NULL during reconnect and retrieve error code from saved pointer.

  • Wed 2014-03-05 19:00:59 +0100

    • Fixed dbug enter/return in mysql_find_charset_name

  • Mon 2014-03-03 17:10:00 +0100

    • Fix for : crash in ssl connection (caused by fix for ) - prevent zeroing cache paraemters in vio_reset

  • Mon 2014-03-03 11:19:47 +0100

    • Fix for CONC79: Performance issue with c client library Added read-ahed cache for vio to reduce the number of reads

  • Mon 2014-02-10 09:04:01 +0100

    • Fix for : Backslash escaped quotes (', "") are not parsed correctly

  • Fri 2014-02-07 11:31:30 +0100

    • Fix for : options not handled correctly after a reconnect occured

  • Thu 2014-02-06 12:49:39 +0100

    • Fix for : Local infile handler crashes due to missing initialization of handler functions.

  • Tue 2014-02-04 20:20:33 +0100

    • Fixed path for symbolic links on non Windows platforms when MySQL compatibility mode was set: All libraries including symlinks are now in ${CMAKE_INSTALL_PREFIX}/lib/mariadb

  • Tue 2014-02-04 20:09:23 +0100

    • Fix for : mysql_real_query crashes after server restart - We now check socket status before net_flush (and return error if the socket is dead)

  • Mon 2014-01-27 21:14:02 +0100

    • Fix for : Unknown error when reading large packets via conpressed protocol

  • Sat 2014-01-25 18:16:36 +0100

    • Fix for : mysql_stmt_fetch returns error instead of MYSQL_NO_DATA when using cursors

  • Fri 2014-01-24 09:02:03 +0100

    • Fix for : SELECT fails with "Got packet bigger than 'max_allowed_packet'" on a table with longblob column with fields greater than 15MB

  • Wed 2014-01-22 22:31:08 +0100

    • Fix for : Support for quoted values in configuration file

  • Sat 2014-01-11 20:09:32 +0100

    • Added mingw support (Win32). Special thanks to Eric Trinh for his patch!

  • Fri 2014-01-03 01:19:44 +0100

    • Fix for : Apples libiconv doesn't provide libiconv_open so we need to link against the macports library instead

  • Wed 2013-11-20 20:37:30 +0100

    • Fix for : crash when STMT_ATTR_UPDATE_MAX_LENGTH attribute was set and new date formats are used. Special thanks to Lionel Elie Mamane and Daniel Bart for their tremendous help.

  • Sun 2013-11-10 19:54:00 +0100

    • Added windows code page to CHARSET_INFO structure

  • Sun 2013-10-27 19:38:11 +0100

    • Fixed bug in prepared statements: wrong length for MYSQL_TYPE{TIME,DATETIME,TIMESTAMP} renewed test certificates for ssl tests

  • Sat 2013-10-26 18:55:24 +0200

    • Minor prepared statement fixes for time/date/datetime/timestamp types Added flag MADB_BIND_DUMMY which allows binding empty buffers

  • Sun 2013-10-20 09:14:48 +0200

    • Fix for : support OpenSSL version < 1.0.1

  • Sun 2013-10-20 09:08:05 +0200

    • Fixed my_error: my_error used wrong offset (ignore EE_FIRSTERROR)

  • Mon 2013-10-14 14:17:54 +0200

    • Fixes for DBD:mysql () added missing functions mysql_read_query_result and mysql_get_parameters

  • Thu 2013-10-10 15:14:15 +0200

    • Fixes for Win64 build

  • Sat 2013-10-05 08:30:54 +0200

    • Fixed window compile error (removed uint from mysql.h)

  • Fri 2013-10-04 20:55:23 +0200

    • Fix for : provide MAX constants used by PHP's pdo extension

  • Fri 2013-10-04 19:09:08 +0200

    • Windows build fixes - use /MT flag instead of /MD - add debug libraries to package

  • Tue 2013-10-01 09:53:41 +0200

    • Removed all internal dependencies from ma_dyncol. Fixed compiler warnings

  • Mon 2013-09-30 12:23:13 +0200

    • Fixed warnings (Thanks to Evan Miller)

  • Mon 2013-09-30 06:25:27 +0200

    • Fixed missing exported symbols

  • Sat 2013-09-28 10:38:56 +0200

    • Added support for connection attributes

  • Thu 2013-09-26 14:35:14 +0200

    • Added support for SSL related parameters in mysql_option function

  • Thu 2013-09-26 08:40:20 +0200

    • Fix for : Fix C++ compiler errors

  • Fri 2013-09-20 16:21:53 +0200

    • Minor fixes in ssl test

  • Fri 2013-09-20 15:23:20 +0200

    • Fixed windows compile error in dynamic columns

  • Fri 2013-09-20 14:48:20 +0200

    • Merge from 10.0 dynamic column implemenetation: - functions which operate with numeric keys now have suffix _num - Fixes for MDEV 4993-4995

  • Thu 2013-09-19 15:14:11 +0200

    • More SSL fixes: - verification functions for key and cert now use SSL_context - Added support for server cert verification (hostname must match) - minor bug fixes

  • Tue 2013-09-17 18:47:07 +0200

    • Added support for ssl server certification: mysql_options: Added support MYSQL_OPT_SSL_VALIDATE_SERVER_CERT flag added my_ssl_verify_server_cert which extracts the hostname and compares it with mysql->host

  • Mon 2013-09-16 16:19:16 +0200

    • Fix for : mysql_real_connect doesn't return an error if a an invalid ca file was specified.

  • Wed 2013-09-04 18:45:54 +0200

    • Fix for : local_infile_init didn't open files with binary flag

  • Mon 2013-09-02 15:31:12 +0200

    • Windows fixes for dynamic columns

  • Sat 2013-08-31 07:37:01 +0200

    • Fix for : Allocate one more byte for trailing zero to prevent crash if the total lengths of compressed packages is equal to the value of net buffer size

  • Fri 2013-08-23 18:35:07 +0200

    • Added dyamic column api Added character set conversion

  • Tue 2013-08-20 16:40:03 +0200

    • Fix for : LOAD DATA INFILE can't open utf16le encoded filenames

  • Wed 2013-08-14 16:08:21 +0200

    • Fix for : cleanup of my_win_init(), removed setlocale and server specific stuff

  • Wed 2013-08-14 06:12:23 +0200

    • removed safe_malloc implementation

Revision #129
Revision #128
Revision #127
Revision #126
Revision #125
Revision #124
Revision #123
Revision #122
CONC-83
Revision #121
Revision #120
CONC-81
CONC-79
Revision #119
Revision #118
CONC-77
Revision #117
CONC-75
Revision #116
CONC-74
Revision #115
Revision #114
CONC-71
Revision #113
CONC-70
Revision #112
CONC-67
Revision #111
CONC-68
Revision #110
CONC-66
Revision #109
Revision #108
CONC-65
Revision #107
CONC-60
Revision #106
Revision #105
Revision #104
Revision #103
CONC-58
Revision #102
Revision #101
CONC-57
Revision #100
Revision #99
Revision #98
CONC-56
Revision #97
Revision #96
Revision #95
Revision #94
Revision #93
Revision #92
Revision #91
CONC-53
Revision #90
Revision #89
Revision #88
Revision #87
Revision #86
Revision #85
CONC-50
Revision #84
CONC-49
Revision #83
Revision #82
CONC-48
Revision #81
Revision #80
CONC-44
Revision #79
CONC-46
Revision #78

The most recent release of is:

Connector/C 3.4.8 Download Now

About MariaDB Connector/C
MariaDB Connector/C

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