Sets the default default auth plugin value if no option was specified. */
| 9750 | Sets the default default auth plugin value if no option was specified. |
| 9751 | */ |
| 9752 | void 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 | /** |
no outgoing calls
no test coverage detected