|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_wireprotocol.h>
Data Fields | |
| MYSQLND_PACKET_HEADER | header |
| uint8_t | response_code |
| uint64_t | affected_rows |
| uint64_t | last_insert_id |
| uint16_t | server_status |
| uint16_t | warning_count |
| char * | message |
| size_t | message_len |
| char | error [MYSQLND_ERRMSG_SIZE+1] |
| char | sqlstate [MYSQLND_SQLSTATE_LENGTH+1] |
| unsigned int | error_no |
| char * | new_auth_protocol |
| size_t | new_auth_protocol_len |
| zend_uchar * | new_auth_protocol_data |
| size_t | new_auth_protocol_data_len |
Definition at line 101 of file mysqlnd_wireprotocol.h.
| uint64_t st_mysqlnd_packet_auth_response::affected_rows |
Definition at line 104 of file mysqlnd_wireprotocol.h.
| char st_mysqlnd_packet_auth_response::error[MYSQLND_ERRMSG_SIZE+1] |
Definition at line 111 of file mysqlnd_wireprotocol.h.
| unsigned int st_mysqlnd_packet_auth_response::error_no |
Definition at line 113 of file mysqlnd_wireprotocol.h.
| MYSQLND_PACKET_HEADER st_mysqlnd_packet_auth_response::header |
Definition at line 102 of file mysqlnd_wireprotocol.h.
| uint64_t st_mysqlnd_packet_auth_response::last_insert_id |
Definition at line 105 of file mysqlnd_wireprotocol.h.
| char* st_mysqlnd_packet_auth_response::message |
Definition at line 108 of file mysqlnd_wireprotocol.h.
| size_t st_mysqlnd_packet_auth_response::message_len |
Definition at line 109 of file mysqlnd_wireprotocol.h.
| char* st_mysqlnd_packet_auth_response::new_auth_protocol |
Definition at line 115 of file mysqlnd_wireprotocol.h.
| zend_uchar* st_mysqlnd_packet_auth_response::new_auth_protocol_data |
Definition at line 117 of file mysqlnd_wireprotocol.h.
| size_t st_mysqlnd_packet_auth_response::new_auth_protocol_data_len |
Definition at line 118 of file mysqlnd_wireprotocol.h.
| size_t st_mysqlnd_packet_auth_response::new_auth_protocol_len |
Definition at line 116 of file mysqlnd_wireprotocol.h.
| uint8_t st_mysqlnd_packet_auth_response::response_code |
Definition at line 103 of file mysqlnd_wireprotocol.h.
| uint16_t st_mysqlnd_packet_auth_response::server_status |
Definition at line 106 of file mysqlnd_wireprotocol.h.
| char st_mysqlnd_packet_auth_response::sqlstate[MYSQLND_SQLSTATE_LENGTH+1] |
Definition at line 112 of file mysqlnd_wireprotocol.h.
| uint16_t st_mysqlnd_packet_auth_response::warning_count |
Definition at line 107 of file mysqlnd_wireprotocol.h.