mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
don't hide old_password_plugin from embedded, it may be compiled with grant support
This commit is contained in:
parent
c49726b93a
commit
02ed15db57
1 changed files with 0 additions and 2 deletions
|
|
@ -162,9 +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
|
|
||||||
static plugin_ref old_password_plugin;
|
static plugin_ref old_password_plugin;
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Classes */
|
/* Classes */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue