Georg Richter
4d46ae76bc
Merge branch '3.1' into 3.3
2024-05-08 11:43:18 +02:00
Josh Hunt
4c1c7f37d6
Fix SSL_read/write return value checking in ma_tls_async_check_result
...
SSL_{read,write}'s return values == 0 signify the operation was
unsuccessful, but here it's being treated as success. Other calls of
these functions already properly checks the return value.
Signed-off-by: Josh Hunt <johunt@akamai.com>
2024-04-29 13:47:36 +02:00
Georg Richter
3f7719c74d
Typo fixes (from PR #200 )
2022-06-27 13:23:35 +02:00
Georg Richter
a746c3af44
Fixed latest change from Sanja (missing semicolon at end of macro)
2020-06-18 17:16:18 +02:00
Oleksandr Byelkin
895dcb61e3
C preprocessor defines fix
2020-06-04 16:49:21 +02:00
Georg Richter
8b3e6b5dcf
Fix for CONC-252:
...
All functions which are supported by libmysql use now unsigned long as length parameter instead of size_t
2017-07-01 15:42:52 +02:00
Georg Richter
b10c4f9e7b
Fix for CONC-231: Incorrect FSF address
2017-02-05 11:35:11 +01:00
Georg Richter
2261808fbe
Added async support for mysql_reset_connection
2016-12-30 08:05:50 +01:00
Georg Richter
967b2830d8
renamed ma_errmsg.h back to errmsg.h
2016-11-16 18:13:59 +01:00
Georg Richter
9f88e25fd6
Compiler warning fixes
2016-09-03 12:46:50 +02:00
Georg Richter
c374386bce
Fix crash (introduced by CLIENT_REMEMBER_OPTIONS leak fix)
...
see also http://lists.askmonty.org/pipermail/commits/2016-August/009643.html
2016-08-19 08:24:47 +02:00
Georg Richter
bea035a72b
- Unittests: link static library instead of dynamic
...
- TLS/SSL: renamed HAVE_SSL to HAVE_TLS to avoid trouble in
10.2-integration
- Fixed wrong timeout in non-blocking mode
- Fixed valgrind error in prepared statement
2016-03-28 10:29:55 +02:00
Georg Richter
4ca933bb81
Global cleanup:
...
removed global locks
removed dead code and files
removed dbug
2016-02-08 18:43:02 +01:00