672
672
bool Session::checkUser(const char *passwd, uint32_t passwd_len, const char *in_db)
676
674
if (passwd_len != 0 && passwd_len != SCRAMBLE_LENGTH)
678
676
my_error(ER_HANDSHAKE_ERROR, MYF(0), getSecurityContext().getIp().c_str());
684
685
if (is_authenticated != true)