Lines Matching defs:st_mysqlnd_packet_greet
62 typedef struct st_mysqlnd_packet_greet { struct
63 MYSQLND_PACKET_HEADER header;
64 uint8_t protocol_version;
65 char *server_version;
66 uint32_t thread_id;
67 char intern_auth_plugin_data[SCRAMBLE_LENGTH];
68 MYSQLND_STRING authentication_plugin_data;
70 uint32_t server_capabilities;
71 uint8_t charset_no;
72 uint16_t server_status;
74 zend_bool pre41;
76 char error[MYSQLND_ERRMSG_SIZE+1];
77 char sqlstate[MYSQLND_SQLSTATE_LENGTH + 1];
78 unsigned int error_no;
79 char *auth_protocol;