fills MYSQL_PLUGIN_VIO_INFO structure with the information about the connection */
| 11158 | connection |
| 11159 | */ |
| 11160 | static void server_mpvio_info(MYSQL_PLUGIN_VIO *vio, |
| 11161 | MYSQL_PLUGIN_VIO_INFO *info) |
| 11162 | { |
| 11163 | MPVIO_EXT *mpvio= (MPVIO_EXT *) vio; |
| 11164 | mpvio_info(mpvio->net->vio, info); |
| 11165 | } |
| 11166 | |
| 11167 | #ifndef NO_EMBEDDED_ACCESS_CHECKS |
| 11168 | static bool acl_check_ssl(THD *thd, const ACL_USER *acl_user) |
nothing calls this directly
no outgoing calls
no test coverage detected