Merge branch 'develop' into MAX-324

This commit is contained in:
Markus Makela
2015-02-04 13:01:43 +02:00
93 changed files with 21968 additions and 4054 deletions

View File

@ -514,6 +514,13 @@ static int gw_mysql_do_authentication(DCB *dcb, GWBUF *queue) {
username,
stage1_hash);
}
else
{
LOGIF(LM, (skygw_log_write(LOGFILE_MESSAGE,
"%s: login attempt for user %s, user not "
"found.",
dcb->service->name, username)));
}
}
/* Do again the database check */