mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
old_password_plugin is used even in embedded builds
This commit is contained in:
@ -162,7 +162,7 @@ static LEX_STRING old_password_plugin_name= {
|
||||
LEX_STRING *default_auth_plugin_name= &native_password_plugin_name;
|
||||
|
||||
static plugin_ref native_password_plugin;
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
#ifndef NO_EMBEDDED_ACCESS_CHECKS
|
||||
static plugin_ref old_password_plugin;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user