0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours 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
Fixed prototype for mysql_hex_string from ulong to unsigned long More... about 10 years ago
Fix for CONC-94: Segmentation fault when using named pipes - disabled read-ahead cache for named pipe connections More... about 10 years ago
Fix for CONC-90: Incorrect output for mariadb_config - When linking against external zlib the linker options are - added missing space for CMAKE_C_FLAGS More... about 10 years ago
- Windows build fixes for async API More... about 10 years ago
Added MariaDB's asnychronous client API. For more information please visit http://mariadb.com/kb/en/non-blocking-api-reference/ More... about 10 years ago
Fix for CONC-88: Out-of-source build touches files in source dir removed duplicate CONFIGURE_FILE directives More... about 10 years ago
Fix for CONC-86: mysql.h doesn't include the API function mysql_hex_string More... about 10 years ago
Unittest fixes (recommit to start/test buildbot) More... about 10 years ago
Include code signing process in vs build (disabled clude_from_all) More... about 10 years ago
Added signtool support to digitally sign files More... about 10 years ago
bump version number to 2.0.0 (release prepare) fixed rtf formatting of license More... about 10 years ago
Added different upgrade codes for 32 and 64bit packages More... about 10 years ago
Fix msi package name More... about 10 years ago
buildbot and msi fixes More... about 10 years ago
Replaced mysql_options4 by mysql_optionsv For libmysql compatibility mysql_options4 macro was added More... about 10 years ago
Fix for CONC-83: 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. More... about 10 years ago
Fixed dbug enter/return in mysql_find_charset_name More... about 10 years ago
Fix for CONC-81: crash in ssl connection (caused by fix for CONC-79) - prevent zeroing cache paraemters in vio_reset More... about 10 years ago
Fix for CONC79: Performance issue with c client library Added read-ahed cache for vio to reduce the number of reads More... about 10 years ago
Fix for conc-77: Backslash escaped quotes (', "") are not parsed correctly More... over 10 years ago
Fix for conc-75: options not handled correctly after a reconnect occured More... over 10 years ago
Fix for CONC-74: Local infile handler crashes due to missing initialization of handler functions. More... over 10 years ago
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 More... over 10 years ago
Fix for CONC-71: mysql_real_query crashes after server restart - We now check socket status before net_flush (and return error if the socket is dead) More... over 10 years ago
Fix for CONC-70: Unknown error when reading large packets via conpressed protocol More... over 10 years ago
Fix for CONC-67: mysql_stmt_fetch returns error instead of MYSQL_NO_DATA when using cursors More... over 10 years ago
Fix for conc-68: SELECT fails with "Got packet bigger than 'max_allowed_packet'" on a table with longblob column with fields greater than 15MB More... over 10 years ago
Fix for CONC-66: Support for quoted values in configuration file More... over 10 years ago
Added mingw support (Win32). Special thanks to Eric Trinh for his patch! More... over 10 years ago
Fix for conc-65: Apples libiconv doesn't provide libiconv_open so we need to link against the macports library instead More... over 10 years ago