diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2020-08-11 12:11:07 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2020-09-01 21:30:52 +0200 |
commit | 32a29afea777d8bbfcea7a2b5e6e5ee674013cb5 (patch) | |
tree | 07bf60d71eff90b3b48c0b6e0f95cdf4e78f9e30 /include/violite.h | |
parent | 72f0f0db9caaca6da7b9b35d60faa09b132442ec (diff) | |
download | mariadb-git-32a29afea777d8bbfcea7a2b5e6e5ee674013cb5.tar.gz |
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
Diffstat (limited to 'include/violite.h')
-rw-r--r-- | include/violite.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/violite.h b/include/violite.h index b018f57c7da..2333d0018b5 100644 --- a/include/violite.h +++ b/include/violite.h @@ -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 */ |