0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix compilation with gcc 4.8 More... about 8 years ago
Merge branch '3.1' of https://github.com/MariaDB/mariadb-connector-c into 3.1 More... about 8 years ago
1) added missing export function mariadb_load_defaults 2) added option WITH_UNITEST=ON/OFF to disable build of unittests More... about 8 years ago
fix export symbols More... about 8 years ago
Renamed prefixes for 10.2 integration More... about 8 years ago
Added mysql_options4 (was #define before) More... about 8 years ago
Merge branch 'master' of https://github.com/MariaDB/mariadb-connector-c into 3.1 More... about 8 years ago
Do not set CMAKE_INSTALL_PREFIX to empty string on Windows More... over 8 years ago
Do not set CMAKE_INSTALL_PREFIX to empty string on Windows More... over 8 years ago
First implementation of mariadb_stmt_execute_direct More... over 8 years ago
removed mysql_get_parameters from export list disable creation of certificates if SSL is disabled or OpenSSL is not available More... over 8 years ago
Removed deprecated API functions: - mysql_close - mysql_create_db - mysql_drop_db - mysql_get_parameters Fixed build error when SSL is disabled max_allowed_packet and net_buffer size needs to be retrieved via mysql_get_option now (instead of mariadb_get_info) More... over 8 years ago
Removed deprecated API functions: - mysql_close - mysql_create_db - mysql_drop_db - mysql_get_parameters Fixed build error when SSL is disabled max_allowed_packet and net_buffer size needs to be retrieved via mysql_get_option now (instead of mariadb_get_info) More... over 8 years ago
Merge https://github.com/MariaDB/mariadb-connector-c into 10.2-georg More... over 8 years ago
Bumped version number to 3.0.1 More... over 8 years ago
Fixed SSL test (option was renamed before) More... over 8 years ago
Renamed option for mysql_get_infov from MARIADB_CONNECTION_SSL_LIBRARY to MARIADB_SSL_LIBRARY More... over 8 years ago
Fix for CONC-154: set stmt->state to MYSQL_STMT_FETCH_DONE if - result set is empty (nothing to fetch) - when madb_stmt_reset was called More... over 8 years ago
Added missing FindGSSAPI.cmake for non windows builds More... over 8 years ago
Windows fixes for GSSAPI plugin More... over 8 years ago
Added GSSAPI authentication plugin More... over 8 years ago
Fix unsresolved external for remoteio plugin (windows) More... over 8 years ago
Don't build remote io on Windows as "static", since curl libraries are not installed by default on Windows More... over 8 years ago
Added include path for connection plugins More... over 8 years ago
Wix installer fixes Added lib and lib/plugin to PATH More... over 8 years ago
Fixed redefinition for ssl structure More... over 8 years ago
- Fixed several aurora plugin crashes (after reconnect) - moved mysql->reconnect to mysql->options.reconnect More... over 8 years ago
MDEV-9058 post-review fix More... over 8 years ago
Fix for aurora: remember options when trying to connect inside plugin to avoid double free of options More... over 8 years ago
Aurora fixes: use mariadb_api structure for calling api functions. More... over 8 years ago