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

#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_ucharnew_auth_protocol_data
 
size_t new_auth_protocol_data_len
 

Detailed Description

Definition at line 101 of file mysqlnd_wireprotocol.h.

Field Documentation

◆ affected_rows

uint64_t st_mysqlnd_packet_auth_response::affected_rows

Definition at line 104 of file mysqlnd_wireprotocol.h.

◆ error

char st_mysqlnd_packet_auth_response::error[MYSQLND_ERRMSG_SIZE+1]

Definition at line 111 of file mysqlnd_wireprotocol.h.

◆ error_no

unsigned int st_mysqlnd_packet_auth_response::error_no

Definition at line 113 of file mysqlnd_wireprotocol.h.

◆ header

MYSQLND_PACKET_HEADER st_mysqlnd_packet_auth_response::header

Definition at line 102 of file mysqlnd_wireprotocol.h.

◆ last_insert_id

uint64_t st_mysqlnd_packet_auth_response::last_insert_id

Definition at line 105 of file mysqlnd_wireprotocol.h.

◆ message

char* st_mysqlnd_packet_auth_response::message

Definition at line 108 of file mysqlnd_wireprotocol.h.

◆ message_len

size_t st_mysqlnd_packet_auth_response::message_len

Definition at line 109 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol

char* st_mysqlnd_packet_auth_response::new_auth_protocol

Definition at line 115 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol_data

zend_uchar* st_mysqlnd_packet_auth_response::new_auth_protocol_data

Definition at line 117 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol_data_len

size_t st_mysqlnd_packet_auth_response::new_auth_protocol_data_len

Definition at line 118 of file mysqlnd_wireprotocol.h.

◆ new_auth_protocol_len

size_t st_mysqlnd_packet_auth_response::new_auth_protocol_len

Definition at line 116 of file mysqlnd_wireprotocol.h.

◆ response_code

uint8_t st_mysqlnd_packet_auth_response::response_code

Definition at line 103 of file mysqlnd_wireprotocol.h.

◆ server_status

uint16_t st_mysqlnd_packet_auth_response::server_status

Definition at line 106 of file mysqlnd_wireprotocol.h.

◆ sqlstate

char st_mysqlnd_packet_auth_response::sqlstate[MYSQLND_SQLSTATE_LENGTH+1]

Definition at line 112 of file mysqlnd_wireprotocol.h.

◆ warning_count

uint16_t st_mysqlnd_packet_auth_response::warning_count

Definition at line 107 of file mysqlnd_wireprotocol.h.


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