Searched defs:st_mysqlnd_packet_greet (Results 1 – 1 of 1) sorted by relevance
63 MYSQLND_PACKET_HEADER header;64 uint8_t protocol_version;65 char *server_version;66 uint32_t thread_id;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];78 unsigned int error_no;[all …]
Completed in 7 milliseconds