Commit 7d5df402 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Merge fix for BUG58948 to 5.5-bugteam.

parents ef0a01ab cb2e57c7
...@@ -3007,7 +3007,7 @@ void Security_context::init() ...@@ -3007,7 +3007,7 @@ void Security_context::init()
{ {
host= user= ip= external_user= 0; host= user= ip= external_user= 0;
host_or_ip= "connecting host"; 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; master_access= 0;
#ifndef NO_EMBEDDED_ACCESS_CHECKS #ifndef NO_EMBEDDED_ACCESS_CHECKS
db_access= NO_ACCESS; db_access= NO_ACCESS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment