MCPcopy Create free account
hub / github.com/Tencent/phxsql / server_mpvio_info

Function server_mpvio_info

phx_percona/percona/sql/sql_acl.cc:11160–11165  ·  view source on GitHub ↗

fills MYSQL_PLUGIN_VIO_INFO structure with the information about the connection */

Source from the content-addressed store, hash-verified

11158 connection
11159*/
11160static 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
11168static bool acl_check_ssl(THD *thd, const ACL_USER *acl_user)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected