DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 2 Aug 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 #a0fd36c 2018-07-31 09:44:20 +0200
Revert "Bumped version number to 3.0.7"
2018-07-31 09:39:03 +0200
Fixed leak in ma_tls_read/write
2018-07-31 06:44:13 +0200
Bumped version number to 3.0.7
2018-07-27 07:46:05 +0200
Fixed typo which broke windows build
2018-07-27 07:35:36 +0200
Merge branch 'master' of
2018-07-27 07:23:16 +0200
Merge pull request #66 from grooverdan/-signed-char_2
2018-07-18 09:28:05 +1000
: change pvio_*_blocking to return int to accomidate SOCKET_ERROR(-1)
2018-07-27 07:32:08 +0200
: Fixed regression bug (which happend due to a bad merge)
2018-07-27 07:17:27 +0200
Fix for : mysql_change_user doesn't reset server status
2018-07-25 09:33:53 +0200
Debian layout changes/fixes
2018-07-13 14:48:42 +0200
Added test for nested dynamic column
2018-07-13 12:30:13 +0200
More coverity fixes
2018-07-06 17:39:07 +0200
remove coverity-scan, we do that in a separate branch coverity_scan
2018-07-06 12:36:41 +0200
.travis.yml fixes
2018-07-06 09:29:26 +0200
Merge branch 'master' of
2018-07-04 17:50:32 +0200
Fix required for
2018-07-06 09:28:24 +0200
Coverity fixes and travis integration
2018-07-04 07:56:17 +0200
Fixed comment for MY_CHARSET_INFO: csname is the name of the character set, while name is the name of the collation
2018-07-04 07:37:03 +0200
Fix for : Removed all OLD cmake policies - Symlink macro now uses cmake generator expression $<TARGET_FILE_NAME:*> - Since all plugins are built in the same directory, the location detection was removed for windows packaging - Installation of the windows *.pdb for libmariadb now also uses a static path.
2018-07-04 07:25:24 +0200
Fixed warning
2018-07-03 12:45:55 +0200
Skip test for (not fixed yet)
2018-07-03 11:22:31 +0200
Fix for travis tests: Older server versions don't support CREATE or REPLACE syntax.
2018-07-03 11:17:46 +0200
Fix for : heap-use-after free in client_mpvio_read_packet We need to check if pkt_len is > 0 before the buffer content will be checked.
2018-06-28 17:22:08 +0200
Fix for : reset internal row counter before executing prepared statement
2018-06-20 16:34:03 +0200
Typo in CMakeLists.txt WITH_UNITTEST instead of
2018-06-14 06:51:50 +0200
Fix IS_NUM macro ()
2018-06-13 17:28:50 +0200
Fix crash in mysql_select_db if db is null
2018-06-06 08:10:25 +0200
Bumped version number
2018-06-05 14:09:29 +0200
Merge pull request #63 from rasmushoj/master
2018-05-28 11:17:28 +0000
Test latest Connector/C code as libmariadb in the latest versions of the server for 10.3 and 10.4 Added MTR testing with 10.3 and 10.4 branch
This page is licensed: CC BY-SA / Gnu FDL