Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -20/+0 |
| | |||||
* | MDEV-9293 - Use MariaDB's Connector/C in server | Vladislav Vaintroub | 2016-08-25 | 1 | -2/+1 |
| | |||||
* | Revert "MDEV-9293 Connector/C integration" | Vladislav Vaintroub | 2016-08-19 | 1 | -1/+2 |
| | | | | This reverts commit 7b89b9f5108c80f4f270da922d7e6c182a663719. | ||||
* | MDEV-9293 Connector/C integration | Vladislav Vaintroub | 2016-08-19 | 1 | -2/+1 |
| | |||||
* | Fixed failing test cases and compiler warnings | Monty | 2016-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | - Fixed wait condition in kill_processlist-6619 - Updated Ssl_chiper for openssl tests - Added supression for valgrinds when using libcrypto - Fixed wrong argument to pthread_mutex in server_audit.c when compiling with debug - Adding missing debug_sync_update() to debug_sync.h - Added initializers to some variables and fixed error handling in jsonudf.cpp - Fixed cluster_filter_unpack_varchar which doesn't have a stable index type. - Updated compiler_warnings.supp | ||||
* | MDEV-8096 vio timeouts are multiplied by 1000 for ssl | Sergei Golubchik | 2015-05-05 | 1 | -0/+21 |
in when using vio->read_timeout (and write_timeout) to set timeouts of a new vio, as in: vio_timeout(vio, 0, old_vio.read_timeout) vio_timeout(vio, 0, old_vio.write_timeout) remember that timeouts are stored in ms, but vio_timeout()'s argument is in seconds. |