#include <pool.h>
Data Fields | |
| char * | host |
| MySQL host. | |
| char * | user |
| MySQL user. | |
| char * | passwd |
| MySQL password. | |
| char * | db |
| MySQL database name. | |
| unsigned int | port |
| MySQL port. | |
| char * | socket |
| MySQL socket. | |
| unsigned int | fsck |
| fsck boolean 1 => do fsck, 0 => don't. | |
| char * | mycnf_group |
| Group in my.cnf to read defaults from. | |
| unsigned int | init_conns |
| Number of DB connections to init on startup. | |
| unsigned int | max_idling_conns |
| Maximum number of idling DB connections. | |
| char * | logfile |
| filename to which local debug/log information will be written | |
| int | bg |
| (used for autotest) whether a term-less execution should background | |
Definition at line 16 of file pool.h.
| int bg |
| unsigned int fsck |
fsck boolean 1 => do fsck, 0 => don't.
Used in pool_check_mysql_setup() to call query_fsck()
| unsigned int init_conns |
Number of DB connections to init on startup.
Definition at line 25 of file pool.h.
Referenced by main(), and pool_init().
| char* logfile |
| unsigned int max_idling_conns |
Maximum number of idling DB connections.
Definition at line 26 of file pool.h.
Referenced by pool_put().
| char* mycnf_group |
1.4.7