0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Windows build fixes More... over 8 years ago
Added type information for plugin tool More... over 8 years ago
Added mariadb_client_plugin_info which displays information and configuration of client plugins More... over 8 years ago
Merge pull request #6 from ericherman/master More... over 8 years ago
fix compiler cast warnings in unittests More... over 8 years ago
Fix for CONC-145: Source tarball lack the file mariadb_config.c.in More... over 8 years ago
Fix for mariadb_convert_string function. Fix of the the charset name in case of Utf16 - iconv digests UTF-16, and not UTF16, as destination charset. Also we always use either BE or LE for utf16, to avoid BOM in the result string. More... over 8 years ago
Fix for mariadb_convert_string function. Fix of the the charset name in case of Utf16 - iconv digests UTF-16, and not UTF16, as destination charset. Also we always use either BE or LE for utf16, to avoid BOM in the result string. More... over 8 years ago
Add mysql_init_library() call More... over 8 years ago
Use a less common name in `git clone` example More... over 8 years ago
Use 'password' instead of 'pass' More... over 8 years ago
Fixed windows build More... over 8 years ago
removed shared object file (likely added by git add directory before) More... over 8 years ago
Merge remote-tracking branch 'origin/master' into cio More... over 8 years ago
More plugin configuration changes (last commit was incomplete) More... over 8 years ago
- Changed plugin configuration for cmake - Fixed/finished shared memory plugin for windows More... over 8 years ago
Remove an artifact More... over 8 years ago
Fix for CONC-143: use #include "my_stmt.h" instead of <my_stmt.h> More... over 8 years ago
Ignore zip and gz files when building source packages More... over 8 years ago
Fixed source package build More... over 8 years ago
Fix for CONC-133. When CMAKE_BUILD_TYPE is Release some gcc versions fail to compile my_context.c More... over 8 years ago
Added build option WITH_REMOTEIO (default=off) More... over 8 years ago
Changed version number to 2.2.0 More... over 8 years ago
Fix windows build: predefined variable for VS is _MSC_VER More... over 8 years ago
Fixed wrong socket_blocking, introducd with fix for CONC-130 More... over 8 years ago
Merge branch 'connector_c_2.2' of http://github.com/MariaDB/mariadb-connector-c More... over 8 years ago
Fix for CONC-139: 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. More... over 8 years ago
Fixed build when using external iconv on MacOS More... over 8 years ago
Fix for CONC-140: MinGW error due to ssize_t redefinition More... over 8 years ago
Fix for CONC-140: Prevent redefinition of ssize_t for MinGW build More... over 8 years ago