MySQL 9.1.0
Source Code Documentation
|
Represents the packet to be sent on wire asynchronously. More...
#include <mysql_async.h>
Public Attributes | |
void * | iov_base |
Starting address. More... | |
size_t | iov_len |
Number of bytes to transfer. More... | |
Represents the packet to be sent on wire asynchronously.
void* io_vec::iov_base |
Starting address.
size_t io_vec::iov_len |
Number of bytes to transfer.