MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | { MYSQL_VIO_INVALID, MYSQL_VIO_TCP, MYSQL_VIO_SOCKET, MYSQL_VIO_PIPE, MYSQL_VIO_MEMORY } |
Public Attributes | |
enum st_plugin_vio_info:: { ... } | protocol |
int | socket |
Definition at line 86 of file plugin_auth_common.h.
int st_plugin_vio_info::socket |
it's set, if the protocol is SOCKET or TCP
Definition at line 90 of file plugin_auth_common.h.