Commit 1cad7ebf authored by Sergei Golubchik's avatar Sergei Golubchik

old_password_plugin is used even in embedded builds

parent eeb42082
...@@ -162,7 +162,7 @@ static LEX_STRING old_password_plugin_name= { ...@@ -162,7 +162,7 @@ static LEX_STRING old_password_plugin_name= {
LEX_STRING *default_auth_plugin_name= &native_password_plugin_name; LEX_STRING *default_auth_plugin_name= &native_password_plugin_name;
static plugin_ref native_password_plugin; static plugin_ref native_password_plugin;
#ifndef EMBEDDED_LIBRARY #ifndef NO_EMBEDDED_ACCESS_CHECKS
static plugin_ref old_password_plugin; static plugin_ref old_password_plugin;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment