mirror of
https://github.com/MariaDB/server.git
synced 2025-08-16 18:19:41 +00:00
MDEV-23238 - remove async client from server code.
It is already in libmariadb, and server (also that client in server) does not need it. It does not work in embedded either since it relies on non-blocking sockets
This commit is contained in:
@ -249,7 +249,6 @@ struct st_vio
|
||||
char *read_pos; /* start of unfetched data in the
|
||||
read buffer */
|
||||
char *read_end; /* end of unfetched data */
|
||||
struct mysql_async_context *async_context; /* For non-blocking API */
|
||||
int read_timeout; /* Timeout value (ms) for read ops. */
|
||||
int write_timeout; /* Timeout value (ms) for write ops. */
|
||||
/* function pointers. They are similar for socket/SSL/whatever */
|
||||
|
Reference in New Issue
Block a user