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

Function init_default_auth_plugin

phx_percona/percona/sql/sql_acl.cc:9752–9756  ·  view source on GitHub ↗

Sets the default default auth plugin value if no option was specified. */

Source from the content-addressed store, hash-verified

9750 Sets the default default auth plugin value if no option was specified.
9751*/
9752void init_default_auth_plugin()
9753{
9754 default_auth_plugin_name.str= native_password_plugin_name.str;
9755 default_auth_plugin_name.length= native_password_plugin_name.length;
9756}
9757
9758
9759/**

Callers 1

init_common_variablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected