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 64-bit fixes: changed type of length parameter in mysql_stmt_prepare, mysql_real_query, mysql_stmt_send_long_data (incl. async _start functions) from unsigned long to size_t. Fixed warnings More... over 8 years ago
Merge pull request #11 from 9EOR9/master More... over 8 years ago
CONC-147: Allow client to bind to a specific address - minor fixes - added testcase More... over 8 years ago
Added new test for testing binding interfaces: To run these tests a TCP/IP connection is required and the environment variable MYSQL_TEST_BINADDR has to be specified. More... over 8 years ago
Merge pull request #9 from 9EOR9/master More... over 8 years ago
Fix for binding client interface: for client binding we need a different list More... over 8 years ago
Updated readme: async and dynamic columns support is integrated since 2.x More... over 8 years ago
Renamed MYSQL_COM_* to COM_ changed default schema for tests to test_c More... over 8 years ago
Last push was incomplete, it contained only new file (old_password.c) More... over 8 years ago
Merge pull request #8 from 9EOR9/master More... over 8 years ago
More signcode fixes (windows msi) Fixed location of bin folder (windows) old_password authentication moved to dynamic plugin More... over 8 years ago
Merge pull request #7 from 9EOR9/master More... over 8 years ago
Windows fixes: fixed type mismatch warnings in client_plugin.c fixed prototypes and const/non const warnings in windows pvio removed debug from msi package added plugin dependencies for msi package More... over 8 years ago
Windows fixes: - fixed function prototypes for read functions - added code signing support for plugins More... over 8 years ago
Fixed trace_example compiler warnings More... over 8 years ago
removed duplicate typedef for MARIADB_PVIO More... over 8 years ago
- Windows build fixes - Don't unlock mutex in schannel initialization if not required More... over 8 years ago
Added .gitattributes to CPACK_IGNORE files Added installation support for mariadb_client_plugin_info More... over 8 years ago
Fix for mariadb_convert_string - charset names for utf16 and utf32 are changed so iconv understands it. Also if endianness is not specified, BE charsets used by default, to avoid BOMs Names mapped for both source and destination charsets. Also the regression test for this change is added to charset.c More... over 8 years ago
MSI package fixes (Windows) More... over 8 years ago
Added cmake macro for plugin installation More... over 8 years ago
Fixed windows build for mariadb_client_plugin_info More... over 8 years ago
- Renamed cio to pvio (pluggable virtual IO) - minor fixes in windows schannel More... over 8 years ago
Removed unused files from CMakeLists.txt to keep Windows Installer happy More... over 8 years ago
More windows build fixes More... over 8 years ago
Windows build fixes More... over 8 years ago
Build fixes for MAC: Mac OSX hasn't MSG_NOSIGPIPE, so we need to set this option via setsockopt call More... over 8 years ago
Minor fixes and addons More... over 8 years ago
If configuration builds with remote_io plugin we need to find CURL package first More... over 8 years ago
Merge remote-tracking branch 'origin/cio' More... over 8 years ago