php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
st_mysqlnd_packet_greet Struct Reference

#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
 

Detailed Description

Definition at line 60 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ auth_protocol

char* st_mysqlnd_packet_greet::auth_protocol

Definition at line 77 of file mysqlnd_wireprotocol.h.

◆ authentication_plugin_data

MYSQLND_STRING st_mysqlnd_packet_greet::authentication_plugin_data

Definition at line 66 of file mysqlnd_wireprotocol.h.

◆ charset_no

uint8_t st_mysqlnd_packet_greet::charset_no

Definition at line 69 of file mysqlnd_wireprotocol.h.

◆ error

char st_mysqlnd_packet_greet::error[MYSQLND_ERRMSG_SIZE+1]

Definition at line 74 of file mysqlnd_wireprotocol.h.

◆ error_no

unsigned int st_mysqlnd_packet_greet::error_no

Definition at line 76 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_greet::header

Definition at line 61 of file mysqlnd_wireprotocol.h.

◆ intern_auth_plugin_data

char st_mysqlnd_packet_greet::intern_auth_plugin_data[SCRAMBLE_LENGTH]

Definition at line 65 of file mysqlnd_wireprotocol.h.

◆ pre41

bool st_mysqlnd_packet_greet::pre41

Definition at line 72 of file mysqlnd_wireprotocol.h.

◆ protocol_version

uint8_t st_mysqlnd_packet_greet::protocol_version

Definition at line 62 of file mysqlnd_wireprotocol.h.

◆ server_capabilities

uint32_t st_mysqlnd_packet_greet::server_capabilities

Definition at line 68 of file mysqlnd_wireprotocol.h.

◆ server_status

uint16_t st_mysqlnd_packet_greet::server_status

Definition at line 70 of file mysqlnd_wireprotocol.h.

◆ server_version

char* st_mysqlnd_packet_greet::server_version

Definition at line 63 of file mysqlnd_wireprotocol.h.

◆ sqlstate

char st_mysqlnd_packet_greet::sqlstate[MYSQLND_SQLSTATE_LENGTH+1]

Definition at line 75 of file mysqlnd_wireprotocol.h.

◆ thread_id

uint32_t st_mysqlnd_packet_greet::thread_id

Definition at line 64 of file mysqlnd_wireprotocol.h.


The documentation for this struct was generated from the following file: