Merge fix for BUG58948 to 5.5-bugteam.

This commit is contained in:
Sergey Vojtovich 2010-12-17 19:08:05 +03:00
commit a3cc81fa70

View file

@ -3007,7 +3007,7 @@ void Security_context::init()
{
host= user= ip= external_user= 0;
host_or_ip= "connecting host";
priv_user[0]= priv_host[0]= '\0';
priv_user[0]= priv_host[0]= proxy_user[0]= '\0';
master_access= 0;
#ifndef NO_EMBEDDED_ACCESS_CHECKS
db_access= NO_ACCESS;