Home
last modified time | relevance | path

Searched refs:ok_response (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2475 MYSQLND_PACKET_OK ok_response; in MYSQLND_METHOD() local
2477 payload_decoder_factory->m.init_ok_packet(&ok_response); in MYSQLND_METHOD()
2479 if (FAIL == (ret = PACKET_READ(payload_decoder_factory->conn, &ok_response))) { in MYSQLND_METHOD()
2487 if (0xFF == ok_response.field_count) { in MYSQLND_METHOD()
2489 SET_CLIENT_ERROR(error_info, ok_response.error_no, ok_response.sqlstate, ok_response.error); in MYSQLND_METHOD()
2503 mysqlnd_set_string(last_message, ok_response.message, ok_response.message_len); in MYSQLND_METHOD()
2506 UPSERT_STATUS_SET_WARNINGS(upsert_status, ok_response.warning_count); in MYSQLND_METHOD()
2507 UPSERT_STATUS_SET_SERVER_STATUS(upsert_status, ok_response.server_status); in MYSQLND_METHOD()
2508 UPSERT_STATUS_SET_AFFECTED_ROWS(upsert_status, ok_response.affected_rows); in MYSQLND_METHOD()
2509 UPSERT_STATUS_SET_LAST_INSERT_ID(upsert_status, ok_response.last_insert_id); in MYSQLND_METHOD()
[all …]

Completed in 13 milliseconds