109
105
my_error(ER_NOT_SUPPORTED_AUTH_MODE, MYF(0));
110
106
general_log_print(thd, COM_CONNECT, ER(ER_NOT_SUPPORTED_AUTH_MODE));
114
110
passwd_len != SCRAMBLE_LENGTH &&
115
111
passwd_len != SCRAMBLE_LENGTH_323)
117
113
my_error(ER_HANDSHAKE_ERROR, MYF(0), thd->main_security_ctx.host_or_ip);
122
118
thd->security_ctx->skip_grants();
123
119
memset(&ur, 0, sizeof(USER_RESOURCES));
139
123
pthread_mutex_lock(&LOCK_connection_count);