← Back to team overview

maria-developers team mailing list archive

Rev 2784: don't hide old_password_plugin from embedded, it may be compiled with grant support in http://bazaar.launchpad.net/~maria-captains/maria/5.2/

 

At http://bazaar.launchpad.net/~maria-captains/maria/5.2/

------------------------------------------------------------
revno: 2784
revision-id: sergii@xxxxxxxxx-20100414192940-bw0kamoca39wv9cs
parent: sergii@xxxxxxxxx-20100408210307-j82aap23b14h7j3t
committer: Sergei Golubchik <sergii@xxxxxxxxx>
branch nick: 5.2
timestamp: Wed 2010-04-14 12:29:40 -0700
message:
  don't hide old_password_plugin from embedded, it may be compiled with grant support
=== modified file 'sql/sql_acl.cc'
--- a/sql/sql_acl.cc	2010-04-06 11:04:56 +0000
+++ b/sql/sql_acl.cc	2010-04-14 19:29:40 +0000
@@ -162,9 +162,7 @@ static LEX_STRING old_password_plugin_na
 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 */