#include <mysql.h>
Data Fields | |
| NET | net |
| char * | host |
| char * | user |
| char * | passwd |
| char * | unix_socket |
| char * | server_version |
| char * | host_info |
| char * | info |
| char * | db |
| unsigned int | port |
| unsigned int | client_flag |
| unsigned int | server_capabilities |
| unsigned int | protocol_version |
| unsigned int | field_count |
| unsigned long | thread_id |
| unsigned long | affected_rows |
| unsigned long | insert_id |
| unsigned long | extra_info |
| enum mysql_status | status |
| MYSQL_FIELD * | fields |
| MEM_ROOT | field_alloc |
| my_bool | free_me |
| my_bool | reconnect |
| st_mysql_options | options |
Definition at line 95 of file mysql.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO