Lines Matching refs:error_info

87 …SET_CLIENT_ERROR(conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, "The server requested aut…  in mysqlnd_run_authentication()
108 SET_OOM_ERROR(conn->error_info); in mysqlnd_run_authentication()
122 if (conn->error_info->error_no) { in mysqlnd_run_authentication()
158 DBG_INF_FMT("conn->error_info->error_no = %d", conn->error_info->error_no); in mysqlnd_run_authentication()
159 } while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol != NULL); in mysqlnd_run_authentication()
270 SET_OOM_ERROR(conn->error_info); in mysqlnd_auth_handshake()
277 SET_OOM_ERROR(conn->error_info); in mysqlnd_auth_handshake()
286 SET_CLIENT_ERROR(conn->error_info, CR_SERVER_GONE_ERROR, UNKNOWN_SQLSTATE, mysqlnd_server_gone); in mysqlnd_auth_handshake()
326 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_handshake()
341 …strlcpy(conn->error_info->sqlstate, auth_resp_packet->sqlstate, sizeof(conn->error_info->sqlstate)… in mysqlnd_auth_handshake()
344 …SET_CLIENT_ERROR(conn->error_info, auth_resp_packet->error_no, UNKNOWN_SQLSTATE, auth_resp_packet-… in mysqlnd_auth_handshake()
391 SET_OOM_ERROR(conn->error_info); in mysqlnd_auth_change_user()
398 SET_OOM_ERROR(conn->error_info); in mysqlnd_auth_change_user()
407 SET_CLIENT_ERROR(conn->error_info, CR_SERVER_GONE_ERROR, UNKNOWN_SQLSTATE, mysqlnd_server_gone); in mysqlnd_auth_change_user()
414 SET_OOM_ERROR(conn->error_info); in mysqlnd_auth_change_user()
435 SET_CLIENT_ERROR(conn->error_info, CR_SERVER_GONE_ERROR, UNKNOWN_SQLSTATE, mysqlnd_server_gone); in mysqlnd_auth_change_user()
441 COPY_CLIENT_ERROR(conn->error_info, chg_user_resp->error_info); in mysqlnd_auth_change_user()
447 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user()
462 if (conn->error_info->error_no) { in mysqlnd_auth_change_user()
476 SET_OOM_ERROR(conn->error_info); in mysqlnd_auth_change_user()
507 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, mysqlnd_old_passwd); in mysqlnd_auth_change_user()
581 …SET_CLIENT_ERROR(conn->error_info, CR_MALFORMED_PACKET, UNKNOWN_SQLSTATE, "The server sent wrong l… in mysqlnd_native_auth_get_auth_data()
711 SET_OOM_ERROR(conn->error_info); in mysqlnd_sha256_get_rsa_key()
716 SET_OOM_ERROR(conn->error_info); in mysqlnd_sha256_get_rsa_key()
747 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, in mysqlnd_sha256_get_rsa_key()
815 SET_CLIENT_ERROR(conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, "password is too long"); in mysqlnd_sha256_auth_get_auth_data()