summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-07-23 22:02:38 +0200
committerSergei Golubchik <sergii@pisem.net>2010-07-23 22:02:38 +0200
commit1cad7ebf8d40e17d28203a96945a378359bfc562 (patch)
treed745f994c90acec2fdbd18de9db3f78795303642
parenteeb42082a52b946f50c19e2ac93289416322e25a (diff)
downloadmariadb-git-1cad7ebf8d40e17d28203a96945a378359bfc562.tar.gz
old_password_plugin is used even in embedded builds
-rw-r--r--sql/sql_acl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc
index 811ec614f1d..be093b8738e 100644
--- a/sql/sql_acl.cc
+++ b/sql/sql_acl.cc
@@ -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