1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

postmerge fixes

This commit is contained in:
bell@sanja.is.com.ua
2005-09-21 08:29:47 +03:00
parent 3f66053a50
commit 506c6eb922
4 changed files with 36 additions and 49 deletions

View File

@ -532,7 +532,7 @@ err:
int check_embedded_connection(MYSQL *mysql)
{
THD *thd= (THD*)mysql->thd;
st_security_context *sctx= thd->security_ctx;
Security_context *sctx= thd->security_ctx;
sctx->host_or_ip= sctx->host= (char*)my_localhost;
sctx->priv_user= sctx->user= my_strdup(mysql->user, MYF(0));
return check_user(thd, COM_CONNECT, NULL, 0, thd->db, true);