Searched refs:ok_response (Results 1 – 1 of 1) sorted by relevance
2590 MYSQLND_PACKET_OK ok_response; in MYSQLND_METHOD() local2592 payload_decoder_factory->m.init_ok_packet(&ok_response); in MYSQLND_METHOD()2594 if (FAIL == (ret = PACKET_READ(payload_decoder_factory->conn, &ok_response))) { in MYSQLND_METHOD()2600 if (0xFF == ok_response.field_count) { in MYSQLND_METHOD()2602 SET_CLIENT_ERROR(error_info, ok_response.error_no, ok_response.sqlstate, ok_response.error); in MYSQLND_METHOD()2617 ok_response.message, ok_response.message_len); in MYSQLND_METHOD()2620 UPSERT_STATUS_SET_WARNINGS(upsert_status, ok_response.warning_count); in MYSQLND_METHOD()2621 UPSERT_STATUS_SET_SERVER_STATUS(upsert_status, ok_response.server_status); in MYSQLND_METHOD()2622 UPSERT_STATUS_SET_AFFECTED_ROWS(upsert_status, ok_response.affected_rows); in MYSQLND_METHOD()2623 UPSERT_STATUS_SET_LAST_INSERT_ID(upsert_status, ok_response.last_insert_id); in MYSQLND_METHOD()[all …]
Completed in 18 milliseconds