Displaying 1 result from an estimated 1 matches for "process_start_tim".
Did you mean:
process_start_time
2005 Nov 09
0
More informations on mysql bug
...uot;
#include "auth-client-connection.h"
#include <stdio.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 (...