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