php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_wireprotocol.h>
Data Fields | |
MYSQLND_PACKET_HEADER | header |
uint8_t | protocol_version |
char * | server_version |
uint32_t | thread_id |
char | intern_auth_plugin_data [SCRAMBLE_LENGTH] |
MYSQLND_STRING | authentication_plugin_data |
uint32_t | server_capabilities |
uint8_t | charset_no |
uint16_t | server_status |
bool | pre41 |
char | error [MYSQLND_ERRMSG_SIZE+1] |
char | sqlstate [MYSQLND_SQLSTATE_LENGTH+1] |
unsigned int | error_no |
char * | auth_protocol |
Definition at line 60 of file mysqlnd_wireprotocol.h.
char* st_mysqlnd_packet_greet::auth_protocol |
Definition at line 77 of file mysqlnd_wireprotocol.h.
MYSQLND_STRING st_mysqlnd_packet_greet::authentication_plugin_data |
Definition at line 66 of file mysqlnd_wireprotocol.h.
uint8_t st_mysqlnd_packet_greet::charset_no |
Definition at line 69 of file mysqlnd_wireprotocol.h.
char st_mysqlnd_packet_greet::error[MYSQLND_ERRMSG_SIZE+1] |
Definition at line 74 of file mysqlnd_wireprotocol.h.
unsigned int st_mysqlnd_packet_greet::error_no |
Definition at line 76 of file mysqlnd_wireprotocol.h.
MYSQLND_PACKET_HEADER st_mysqlnd_packet_greet::header |
Definition at line 61 of file mysqlnd_wireprotocol.h.
char st_mysqlnd_packet_greet::intern_auth_plugin_data[SCRAMBLE_LENGTH] |
Definition at line 65 of file mysqlnd_wireprotocol.h.
bool st_mysqlnd_packet_greet::pre41 |
Definition at line 72 of file mysqlnd_wireprotocol.h.
uint8_t st_mysqlnd_packet_greet::protocol_version |
Definition at line 62 of file mysqlnd_wireprotocol.h.
uint32_t st_mysqlnd_packet_greet::server_capabilities |
Definition at line 68 of file mysqlnd_wireprotocol.h.
uint16_t st_mysqlnd_packet_greet::server_status |
Definition at line 70 of file mysqlnd_wireprotocol.h.
char* st_mysqlnd_packet_greet::server_version |
Definition at line 63 of file mysqlnd_wireprotocol.h.
char st_mysqlnd_packet_greet::sqlstate[MYSQLND_SQLSTATE_LENGTH+1] |
Definition at line 75 of file mysqlnd_wireprotocol.h.
uint32_t st_mysqlnd_packet_greet::thread_id |
Definition at line 64 of file mysqlnd_wireprotocol.h.