Searched refs:ok_response (Results 1 – 1 of 1) sorted by relevance
2603 MYSQLND_PACKET_OK ok_response; in MYSQLND_METHOD() local2605 payload_decoder_factory->m.init_ok_packet(&ok_response); in MYSQLND_METHOD()2607 if (FAIL == (ret = PACKET_READ(payload_decoder_factory->conn, &ok_response))) { in MYSQLND_METHOD()2613 if (0xFF == ok_response.field_count) { in MYSQLND_METHOD()2615 SET_CLIENT_ERROR(error_info, ok_response.error_no, ok_response.sqlstate, ok_response.error); in MYSQLND_METHOD()2630 ok_response.message, ok_response.message_len); in MYSQLND_METHOD()2633 UPSERT_STATUS_SET_WARNINGS(upsert_status, ok_response.warning_count); in MYSQLND_METHOD()2634 UPSERT_STATUS_SET_SERVER_STATUS(upsert_status, ok_response.server_status); in MYSQLND_METHOD()2635 UPSERT_STATUS_SET_AFFECTED_ROWS(upsert_status, ok_response.affected_rows); in MYSQLND_METHOD()2636 UPSERT_STATUS_SET_LAST_INSERT_ID(upsert_status, ok_response.last_insert_id); in MYSQLND_METHOD()[all …]
Completed in 25 milliseconds