0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 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
Test case fixes More... about 11 years ago
Added MSI Installer for Windows More... about 11 years ago
Disable DBUG for Release builds More... about 11 years ago
Fixed build (CMAKE_BINARY_DIR for symbolic links) More... about 11 years ago
Fixed wrong symlink (Thanks to Axel Schwenke) More... about 11 years ago
Fix for CONC-15 Removed redundant prototypes Fixed several prototypes with void parameters More... about 11 years ago
Fix for CONNC-18 declare local_thr_alaram as static More... about 11 years ago
more test fixes More... about 11 years ago
Fixed bug in character set autodetection Fixed compiler warnings in test suite Skipped change_users tests: They don't work anymore (mysql_change_user) security fix Applied patch from John Schember More... about 11 years ago
Replaced byte declarations (now unsigned char) Added initial support for character set autodetection More... about 11 years ago
Fix dbug crash in mysql_server_end More... about 11 years ago
Export of mysql_ps_fetch_functions: This will allow clients to convert values after fetch (e.g. SQLGetData) More... about 11 years ago
Prevent freeing of options if connect failed. More... about 11 years ago
Updated documentation More... about 11 years ago
Added missing test for embedded More... about 11 years ago
Added support for embedded (sqlite) More... about 11 years ago
Added support for options in options->extension More... over 11 years ago
Fix for conc-7: - added missing server error codes for MariaDB and MySQL Server - added symbolic links for projects which don't support mariadb_config More... over 11 years ago
Fix for connc-6: added missing functions - mysql_library_init,end as an alias for mysql_server_init/end - mysql_get_server and mariadb_connection to determine type of server (mysql or mariadb) More... over 11 years ago
Fixed license headers which didn't mention PHP code More... over 11 years ago
Don't max out on windows warning settings, it is not practical - there are thousands of insignificant warnings More... over 11 years ago
CONC-4 : link with static C runtime when using MSVC More... over 11 years ago
Fix for bug conc-5: field->catalog is undefined if result set was obtained from mysql_stmt_result_metadata() More... over 11 years ago
Fix for CONC-3: In older CMake versions FindOpenSSL.cmake doesn't work as expected, (OPENSSL_LIBRARIES doesn't contain crypto library), so we set the required cmake version number to 2.8.0 and above More... over 11 years ago
some clean up More... over 11 years ago
Added IPV6 support More... over 11 years ago
Fix for CONC-1 (Inverted error messages no 2058,2059) Added support for old password authentication: - Fixed scramble_323: use exact length of message (SCRAMBLE_LENGTH_323 instead of strlen(message)) - Added old_password_authentication plugin into list of builtin plugins More... over 11 years ago
removed mysql_io.c (php streams), which is no longer used More... over 11 years ago
Fixes for SSL - fix for php bug 51647 - added cert store - added certificates for testing More... over 11 years ago
Fix for mariadb_config: lib output was not correct cleanup fixed ps_test (warning_count differs on MariaDB servers) More... over 11 years ago