You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Fix for CONC-320:
Non blocking/asynchronous support for OpenSSL and GnuTLS. Please note that Schannel in asynchronous mode is not supported yet.
This commit is contained in:
@@ -30,10 +30,8 @@ extern ssize_t my_send_async(MARIADB_PVIO *pvio,
|
||||
extern my_bool my_io_wait_async(struct mysql_async_context *b,
|
||||
enum enum_pvio_io_event event, int timeout);
|
||||
#ifdef HAVE_TLS
|
||||
extern int my_ssl_read_async(struct mysql_async_context *b, MARIADB_TLS *tls,
|
||||
void *buf, int size);
|
||||
extern int my_ssl_write_async(struct mysql_async_context *b, MARIADB_TLS *tls,
|
||||
const void *buf, int size);
|
||||
extern ssize_t ma_tls_read_async(MARIADB_PVIO *pvio, const uchar *buf, size_t size);
|
||||
extern ssize_t ma_tls_write_async(MARIADB_PVIO *pvio, const uchar *buf, size_t size);
|
||||
#endif
|
||||
|
||||
#endif /* MYSQL_ASYNC_H */
|
||||
|
Reference in New Issue
Block a user