Removed useless ANYDB checks.

Conflicts:
	server/modules/protocol/mysql_common.c
This commit is contained in:
Markus Makela
2015-05-28 17:56:51 +03:00
parent c40818b8f7
commit 93858967b7

View File

@ -1552,13 +1552,6 @@ int gw_find_mysql_user_password_sha1(char *username, uint8_t *gateway_password,
break;
}
/** See if ANYDB == Y */
if(key.resource)
{
key.resource = NULL;
continue;
}
if (!user_password) {
/*
* user@% not found.