summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-04-14 12:29:40 -0700
committerSergei Golubchik <sergii@pisem.net>2010-04-14 12:29:40 -0700
commit02ed15db571d7b6d4be79a5bf0434c1d5c975d6f (patch)
tree9e2e3a98d2f2f9ca8ecec187608b7976ebccb836 /sql
parentc49726b93afbf3c4404557c4a8aaa90a1e77b2fb (diff)
downloadmariadb-git-02ed15db571d7b6d4be79a5bf0434c1d5c975d6f.tar.gz
don't hide old_password_plugin from embedded, it may be compiled with grant support
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_acl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc
index 95cee8ab029..5305136a973 100644
--- a/sql/sql_acl.cc
+++ b/sql/sql_acl.cc
@@ -162,9 +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
static plugin_ref old_password_plugin;
-#endif
/* Classes */