Displaying 1 result from an estimated 1 matches for "worker_client".
2005 Nov 09
0
More informations on mysql bug
...tdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <syslog.h>
#include <pwd.h>
#include <grp.h>
#include <sys/stat.h>
struct ioloop *ioloop;
int standalone = FALSE, worker = FALSE;
time_t process_start_time;
static struct auth *auth;
static struct auth_worker_client *worker_client;
main() {
MYSQL *h;
h = mysql_init (NULL);
if (h == NULL) {
fprintf (stderr, "mysql_init() failed (probably out of memory)\n");
exit(1);
}
if (mysql_real_connect (
h, /* pointer to connection handler */...