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

Function init_sha256_password_handler

phx_percona/percona/sql/sql_acl.cc:12217–12221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12215static MYSQL_PLUGIN plugin_info_ptr;
12216
12217int init_sha256_password_handler(MYSQL_PLUGIN plugin_ref)
12218{
12219 plugin_info_ptr= plugin_ref;
12220 return 0;
12221}
12222
12223/**
12224

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected