php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_wireprotocol.h>
Data Fields | |
MYSQLND_PACKET_HEADER | header |
uint32_t | response_code |
uint16_t | server_capabilities |
MYSQLND_ERROR_INFO | error_info |
bool | server_asked_323_auth |
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 252 of file mysqlnd_wireprotocol.h.
MYSQLND_ERROR_INFO st_mysqlnd_packet_chg_user_resp::error_info |
Definition at line 259 of file mysqlnd_wireprotocol.h.
MYSQLND_PACKET_HEADER st_mysqlnd_packet_chg_user_resp::header |
Definition at line 253 of file mysqlnd_wireprotocol.h.
char* st_mysqlnd_packet_chg_user_resp::new_auth_protocol |
Definition at line 262 of file mysqlnd_wireprotocol.h.
zend_uchar* st_mysqlnd_packet_chg_user_resp::new_auth_protocol_data |
Definition at line 264 of file mysqlnd_wireprotocol.h.
size_t st_mysqlnd_packet_chg_user_resp::new_auth_protocol_data_len |
Definition at line 265 of file mysqlnd_wireprotocol.h.
size_t st_mysqlnd_packet_chg_user_resp::new_auth_protocol_len |
Definition at line 263 of file mysqlnd_wireprotocol.h.
uint32_t st_mysqlnd_packet_chg_user_resp::response_code |
Definition at line 254 of file mysqlnd_wireprotocol.h.
bool st_mysqlnd_packet_chg_user_resp::server_asked_323_auth |
Definition at line 260 of file mysqlnd_wireprotocol.h.
uint16_t st_mysqlnd_packet_chg_user_resp::server_capabilities |
Definition at line 257 of file mysqlnd_wireprotocol.h.